Created
February 11, 2015 01:55
-
-
Save keeth/9ebb3f697a0c68a472f8 to your computer and use it in GitHub Desktop.
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: | |
'*': | |
- ssh | |
- salt | |
- java | |
'G@roles:cms': | |
- match: compound | |
- cms | |
# START salt-master bootstrap items | |
# These are required to bootstrap a local salt-master in Vagrant. | |
# Items here should mirror sprightco/secrets/pillar/top.sls, | |
# but only need to include any items that target roles:salt-master | |
# See: https://groups.google.com/forum/#!topic/salt-users/oVLNmOULTVo | |
'G@roles:salt-master and G@env:prod and G@user:vagrant': | |
- match: compound | |
- prod.aws | |
- prod.salt | |
# END salt-master bootstrap items |
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: | |
'G@env:prod': | |
- match: compound | |
- prod.aws | |
'G@roles:salt-master and G@env:prod': | |
- match: compound | |
- prod.salt | |
'G@roles:cms and G@env:prod': | |
- match: compound | |
- prod.cms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment