class ChefDK::Command::Provision

Public Instance Methods

run(params = []) click to toggle source
# 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