Snow_Mac
Snow_Mac

Reputation: 5797

vagrant run a chef cookbook

So I have Vagrant installed and running, in a directory I have some chef stuff. I notice when vagrant boots it runs all my chef recipes and cookbooks. But I am modifying behavior to and need to run chef while vagrant is running, is there a way to do that?

Upvotes: 0

Views: 762

Answers (2)

scriptin
scriptin

Reputation: 3120

As documentation says, you must use:

Upvotes: 2

Snow_Mac
Snow_Mac

Reputation: 5797

Run in the command line:

vagrant provision

Upvotes: 2

Related Questions