Skip to content

Instantly share code, notes, and snippets.

@gravyboat
Created August 15, 2014 21:33
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 gravyboat/d71458688ee84dc0ca66 to your computer and use it in GitHub Desktop.
Save gravyboat/d71458688ee84dc0ca66 to your computer and use it in GitHub Desktop.
pillar values
https://github.com/saltstack/salt.git:
git.latest:
{% if salt['pillar.get']('git:env') == 'dev' %}
- rev: acbdf23098ff
{% else %}
- rev: acbdfdf232jkjd9
{% endif %}
- target: /tmp/salt
git:
env: prod
other_stuff:
a:
b:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment