Class: Chef::Resource::VagrantBox

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

Instance Method Summary collapse

Instance Method Details

#after_createdObject



14
15
16
17
# File 'lib/chef/resource/vagrant_box.rb', line 14

def after_created
  super
  ChefMetalVagrant.with_vagrant_box run_context, self
end