Module: KnifeCookbookDependencies::ErrorMessages
- Defined in:
- lib/kcd/error_messages.rb
Class Method Summary collapse
Class Method Details
.missing_cookbook(name) ⇒ Object
4 5 6 |
# File 'lib/kcd/error_messages.rb', line 4 def missing_cookbook(name) "The cookbook #{name} was not found on the Opscode Community site. Provide a git or path key for #{name} if it is unpublished." end |
.missing_cookbookfile ⇒ Object
8 9 10 |
# File 'lib/kcd/error_messages.rb', line 8 def missing_cookbookfile "There is no Cookbookfile in #{Dir.pwd}." end |