Class: ChefDK::Command::Provision

Inherits:
Base
  • Object
show all
Defined in:
lib/chef-dk/command/provision.rb

Instance Method Summary collapse

Methods inherited from Base

#check_license_acceptance, #initialize, #needs_help?, #needs_version?, #run_with_default_options

Methods included from Helpers

#chefdk_home, #err, #git_bin_dir, #git_windows_bin_dir, #msg, #omnibus_apps_dir, #omnibus_bin_dir, #omnibus_chefdk_location, #omnibus_embedded_bin_dir, #omnibus_env, #omnibus_install?, #omnibus_root, #stderr, #stdout, #system_command, #usr_bin_path, #usr_bin_prefix

Constructor Details

This class inherits a constructor from ChefDK::Command::Base

Instance Method Details

#run(params = []) ⇒ Object



32
33
34
# File 'lib/chef-dk/command/provision.rb', line 32

def run(params = [])
  raise "Chef provisioning has been removed from #{ChefDK::Dist::PRODUCT}. If you require Chef Provisioning you will need to install an earlier version of these products!"
end