mwrock / packer-templates

Templates for creating vagrant boxes
Other
536 stars 250 forks source link

Typo in vbox-2016.json? #66

Closed andybrucenet closed 7 years ago

andybrucenet commented 7 years ago

Line 35: "cookbook_paths": ["cookbooks", "./vendor/cookbooks"],

When I clone from github, there is no "vendor" folder. Changing line to: "cookbook_paths": ["cookbooks", "./cookbooks"],

and the packer build command is now working.

mwrock commented 7 years ago

Have a look at the readme: https://github.com/mwrock/packer-templates#vendoring-the-cookbooks. I use berkshelf to fetch the community cookbooks and put them in the vendor directory.