spuder

Untitled

Feb 17th, 2015
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.58 KB | None | 0 0
  1. sowens-MBP:ND-Webserver2012 sowen$ knife cookbook test -o ND-Webserver2012
  2. WARNING: No cookbooks to test in ND-Webserver2012 - is your cookbook path misconfigured?
  3.  
  4. sowens-MBP:ND-Webserver2012 sowen$ knife cookbook test ND-Webserver2012 -o .
  5. checking ND-Webserver2012
  6. ERROR: Chef::Exceptions::CookbookNotFoundInRepo: Cannot find a cookbook named ND-Webserver2012; did you forget to add metadata to a cookbook? (http://wiki.opscode.com/display/chef/Metadata)
  7.  
  8. sowens-MBP:ND-Webserver2012 sowen$ ls
  9. Berksfile             CHANGELOG.md          Gemfile.lock          LICENSE               README.md             Vagrantfile           attributes            derp                  libraries             providers             resources             test
  10. Berksfile.lock        Gemfile               InstallChocolatey.ps1 NDJoinLabDomain.ps1   Thorfile              Volodymyr.zip         chefignore            files                 metadata.rb           recipes               templates
  11. sowens-MBP:ND-Webserver2012 sowen$ cd ..
  12.  
  13. sowens-MBP:Devops sowen$ knife cookbook test ND-Webserver2012 -o ND-Webserver2012
  14. checking ND-Webserver2012
  15. ERROR: Chef::Exceptions::CookbookNotFoundInRepo: Cannot find a cookbook named ND-Webserver2012; did you forget to add metadata to a cookbook? (http://wiki.opscode.com/display/chef/Metadata)
  16.  
  17. sowens-MBP:Devops sowen$ knife cookbook test ND-Webserver2012 -o cookbooks
  18. checking ND-Webserver2012
  19. ERROR: Chef::Exceptions::CookbookNotFoundInRepo: Cannot find a cookbook named ND-Webserver2012; did you forget to add metadata to a cookbook? (http://wiki.opscode.com/display/chef/Metadata)
Advertisement
Add Comment
Please, Sign In to add comment