Class: Provisioner::CLI::Bootstrap
- Inherits:
-
Provisioner::CLI
- Object
- Provisioner::CLI
- Provisioner::CLI::Bootstrap
- Defined in:
- lib/provisioner/cli/bootstrap.rb
Instance Attribute Summary
Attributes inherited from Provisioner::CLI
Instance Method Summary collapse
Methods inherited from Provisioner::CLI
command, inherited, #run, supported_commands
Instance Method Details
#provisioner_command ⇒ Object
21 22 23 |
# File 'lib/provisioner/cli/bootstrap.rb', line 21 def provisioner_command Provisioner::Command::Bootstrap.new(template_configuration.for_template(config[:template]), config) end |