================================================================================ Error executing action `create` on resource 'cookbook_file[/etc/nginx/nginx.conf]' ================================================================================
Chef::Exceptions::CookbookNotFound ---------------------------------- Cookbook cookbooks not found. If you're loading cookbooks from another cookbook, make sure you configure the dependency in your metadata Resource Declaration: --------------------- # In /var/chef/cache/cookbooks/cookbooks/recipes/default.rb 25: cookbook_file '/etc/nginx/nginx.conf' do 26: source 'nginx.conf' 27: owner 'root' 28: group 'root' 29: mode '0755' 30: end 31: