class Provisioner::CLI::Provision
Public Instance Methods
provisioner_command()
click to toggle source
# File lib/provisioner/cli/provision.rb, line 7 def provisioner_command Provisioner::Command::Provision.new(template_configuration.for_template(config[:template]), config) end