class Provisioner::CLI::Bootstrap

Public Instance Methods

provisioner_command() click to toggle source
# File lib/provisioner/cli/bootstrap.rb, line 21
def provisioner_command
  Provisioner::Command::Bootstrap.new(template_configuration.for_template(config[:template]), config)
end