class ChefCLI::Command::Provision
Public Instance Methods
run(params = [])
click to toggle source
# File lib/chef-cli/command/provision.rb, line 30 def run(params = []) raise "Chef provisioning has been removed from #{ChefCLI::Dist::PRODUCT}. If you require Chef Provisioning you will need to install an earlier version of these products!" end