Skip to content

Instantly share code, notes, and snippets.

@aryou
Created September 11, 2015 01:10
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aryou/4392a840be76e7bfab68 to your computer and use it in GitHub Desktop.
getting config from returner
__salt__['config.option']('returner.myconfig.test')
__opts__.get('returner.myconfig.test', None)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment