Created
August 15, 2014 21:33
-
-
Save gravyboat/d71458688ee84dc0ca66 to your computer and use it in GitHub Desktop.
pillar values
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://github.com/saltstack/salt.git: | |
git.latest: | |
{% if salt['pillar.get']('git:env') == 'dev' %} | |
- rev: acbdf23098ff | |
{% else %} | |
- rev: acbdfdf232jkjd9 | |
{% endif %} | |
- target: /tmp/salt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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