Class: VagrantPlugins::Serverkit::Provisioner

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-serverkit/provisioner.rb

Instance Method Summary collapse

Instance Method Details

#provisionObject



6
7
8
# File 'lib/vagrant-serverkit/provisioner.rb', line 6

def provision
  ::Serverkit::Command.new(options).call
end