Closed andybrucenet closed 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.
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.
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.