class ForemanRemoteExecutionCore::DzdoUserMethod

Constants

LOGIN_PROMPT

Public Instance Methods

cli_command_prefix() click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 66
def cli_command_prefix
  "dzdo -u #{effective_user} "
end
login_prompt() click to toggle source
# File lib/foreman_remote_execution_core/script_runner.rb, line 62
def login_prompt
  LOGIN_PROMPT
end