Class: VagrantPlugins::Berkshelf::BerkshelfNotFound

Inherits:
Vagrant::Errors::VagrantError
  • Object
show all
Defined in:
lib/vagrant-berkshelf/errors.rb

Instance Method Summary collapse

Instance Method Details

#error_messageObject



15
16
17
18
19
20
21
# File 'lib/vagrant-berkshelf/errors.rb', line 15

def error_message
  <<-EOH
Vagrant Berkshelf could not find the 'berks' executable in your PATH.

#{INSTALL_CHEFDK_INSTRUCTIONS}
EOH
end