Module: LeapCli::Remote::PuppetPlugin

Defined in:
lib/leap_cli/remote/puppet_plugin.rb

Instance Method Summary collapse

Instance Method Details

#apply(options) ⇒ Object



8
9
10
# File 'lib/leap_cli/remote/puppet_plugin.rb', line 8

def apply(options)
  run "#{Leap::Platform.leap_dir}/bin/puppet_command set_hostname apply #{flagize(options)}"
end