Method: Chef::Application::Apply#run

Defined in:
lib/chef/application/apply.rb

#run(enforce_license: false) ⇒ Object

Get this party started



269
270
271
272
273
274
# File 'lib/chef/application/apply.rb', line 269

def run(enforce_license: false)
  reconfigure
  check_license_acceptance if enforce_license
  Chef::Licensing.fetch_and_persist if ChefUtils::Dist::Apply::EXEC == "chef-apply"
  run_application
end