Created
August 23, 2013 00:43
-
-
Save VertigoRay/6314400 to your computer and use it in GitHub Desktop.
pillar top.sls
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
base: | |
'*': | |
- is_test_computer | |
dev: | |
'is_test_computer:True': | |
- match: pillar | |
- apps.dsconfigad | |
- apps.munki | |
prd: | |
'is_test_computer:False': | |
- match: pillar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment