Skip to content

Instantly share code, notes, and snippets.

Created June 8, 2017 21:38
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/6defaeb6ba4e460357eb553fd0857c2d to your computer and use it in GitHub Desktop.
Save anonymous/6defaeb6ba4e460357eb553fd0857c2d to your computer and use it in GitHub Desktop.
Returned structure from #py reactor
return {
'github_webhook_deploy': {
'local.state.sls': [
{'tgt': salt.grains.get('fqdn') },
{'arg': ['github.deploy.{0}'.format(target)]},
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment