Skip to content

Instantly share code, notes, and snippets.

@combusean
Created May 3, 2014 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save combusean/0074a746405941fefcad to your computer and use it in GitHub Desktop.
Save combusean/0074a746405941fefcad to your computer and use it in GitHub Desktop.
salt_cmd = if return_code
"salt -t #{SALT_TIMEOUT} -L --out=yaml '#{key}' cmd.retcode 'export HOME=#{@home}; #{cmd} 2>> #{@remote_log}'"
else
"salt -t #{SALT_TIMEOUT} -L --out=yaml '#{key}' cmd.run '#{cmd}'"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment