class ForemanSalt::SaltProvider
def humanized_name
def humanized_name 'Salt' end
def proxy_command_options(template_invocation, host)
def proxy_command_options(template_invocation, host) super(template_invocation, host).merge(:name => host.name) end
def proxy_operation_name
def proxy_operation_name 'salt' end
def ssh_key_passphrase(_host); end
def ssh_key_passphrase(_host); end
def ssh_password(_host); end
def ssh_password(_host); end
def sudo_password(_host); end
def sudo_password(_host); end
def supports_effective_user?
def supports_effective_user? true end