Class: HammerCLIForeman::SmartProxy::ImportPuppetClassesCommand

Inherits:
HammerCLI::Apipie::WriteCommand
  • Object
show all
Defined in:
lib/hammer_cli_foreman/smart_proxy.rb

Instance Method Summary collapse

Instance Method Details

#request_paramsObject



85
86
87
88
89
# File 'lib/hammer_cli_foreman/smart_proxy.rb', line 85

def request_params
  opts = super
  opts['dryrun'] = option_dryrun?
  opts
end