Class: Nugrant::Vagrant::V2::Plugin

Inherits:
Object
  • Object
show all
Defined in:
lib/nugrant/vagrant/v2/plugin.rb

Class Method Summary collapse

Class Method Details

.provision(hook) ⇒ Object



13
14
15
# File 'lib/nugrant/vagrant/v2/plugin.rb', line 13

def provision(hook)
  hook.before(::Vagrant::Action::Builtin::Provision, Nugrant::Vagrant::V2::Action.auto_export)
end