0

I want to configure a mailserver on AWS with this cookbook: https://supermarket.chef.io/cookbooks/postfix-dovecot

I have chef-client and chef-dk installed. I have downloaded the package and changed the cookbook attributes with my personal configurations.

What I need to run now? I tried: chef-client --local-mode -r "recipe[default]"

What's the correct way to run a community cookbook?

Thanks.

1 Answers1

1

Have you tried chef-apply? It's a way to just run a cookbook rather than having an ongoing Chef setup.

Noah Gibbs
  • 111
  • 2