Class: Vagrant::Puppetfile::Provisioner
- Inherits:
-
Object
- Object
- Vagrant::Puppetfile::Provisioner
- Defined in:
- lib/vagrant/puppetfile.rb
Instance Method Summary collapse
-
#initialize(machine, config) ⇒ Provisioner
constructor
A new instance of Provisioner.
- #provision ⇒ Object
Constructor Details
#initialize(machine, config) ⇒ Provisioner
Returns a new instance of Provisioner.
32 33 34 35 |
# File 'lib/vagrant/puppetfile.rb', line 32 def initialize(machine, config) @config = config @logger = Vagrant::UI::Prefixed.new(machine.env.ui, machine.name) end |