Class: Chef::Resource::VagrantCluster

Inherits:
LWRPBase
  • Object
show all
Defined in:
lib/chef/resource/vagrant_cluster.rb

Instance Method Summary collapse

Instance Method Details

#after_createdObject



12
13
14
15
# File 'lib/chef/resource/vagrant_cluster.rb', line 12

def after_created
  super
  run_context.chef_metal.with_driver "vagrant:#{path}"
end