Created
August 5, 2014 18:08
-
-
Save UtahDave/90368d2714c86e3d6367 to your computer and use it in GitHub Desktop.
Auto include minion specific sls file
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
### top.sls (more tweaks) | |
dev: | |
'*': | |
- nodes.{{ grains['id' }} | |
base: | |
'*': | |
- nodes.{{ grains['id' }} | |
------------ | |
### nodes/pdx-caf-kvm-stg-1.int.sls | |
include: | |
- common | |
- shorewall | |
------------ | |
### nodes/pdx-stg-master.stg.sls | |
include: | |
- common | |
- ipa.server | |
- firewalld | |
- cobbler | |
- sudo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment