Class: ForemanMco::Command::PuppetRunOnce
- Defined in:
- app/models/foreman_mco/command/puppet_commands.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#execute, #initialize, #mco_proxy
Constructor Details
This class inherits a constructor from ForemanMco::Command::Base
Instance Method Details
#remote_call ⇒ Object
3 4 5 |
# File 'app/models/foreman_mco/command/puppet_commands.rb', line 3 def remote_call mco_proxy.puppet_runonce(filters) end |
#to_s ⇒ Object
7 8 9 |
# File 'app/models/foreman_mco/command/puppet_commands.rb', line 7 def to_s "puppet runonce" end |