Class: Vagrant::Butcher::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-butcher/plugin.rb

Class Method Summary collapse

Class Method Details

.provision(hook) ⇒ Object



10
11
12
13
# File 'lib/vagrant-butcher/plugin.rb', line 10

def provision(hook)
  # This should be at the end so that it can copy the chef client pem.
  hook.before(::Vagrant::Action::Builtin::Provision, Vagrant::Butcher::Action.copy_guest_key)
end