Created
June 1, 2015 21:58
-
-
Save shanemhansen/e2fb2fb8b90ff30fe7fc to your computer and use it in GitHub Desktop.
This file contains hidden or 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
----- pillar/top.sls --- | |
base: | |
'*-prod*': | |
- prod | |
'dal-*': | |
- dal | |
------- pillar/prod.sls --- | |
foo: prodfoo | |
------- pillar/dal.sls --- | |
foo: dalfoo | |
-------- when running: ---- | |
salt dal-something pillar.get foo | |
I get prodfoo when I expect dalfoo. What gives? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment