Method: Vagrant::Provisioners::Chef#initialize

Defined in:
lib/vagrant/provisioners/chef.rb

#initialize(env, config) ⇒ Chef

Returns a new instance of Chef.



11
12
13
14
15
# File 'lib/vagrant/provisioners/chef.rb', line 11

def initialize(env, config)
  super

  config.provisioning_path ||= "/tmp/vagrant-chef-#{get_and_update_counter(:provisioning_path)}"
end