Skip to content

Instantly share code, notes, and snippets.

Created September 2, 2015 21:13
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 anonymous/87523de0b486d97b5f46 to your computer and use it in GitHub Desktop.
Save anonymous/87523de0b486d97b5f46 to your computer and use it in GitHub Desktop.
#!/usr/bin/python
from salt.modules import environ
def get_my_grain():
return{'my_grain':environ.get('MY_VARIABLE','')}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment