Created
October 14, 2015 03:59
-
-
Save sjmh/ff5768e258b4eafaedd1 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
[root@alpha pillar]# pwd | |
/srv/pillar | |
[root@alpha pillar]# ls | |
cobbler.sls quickbase.sls top.sls | |
[root@alpha pillar]# cat top.sls | |
base: | |
'alpha': | |
- quickbase | |
'steve': | |
- cobbler | |
[root@alpha pillar]# cat cobbler.sls | |
provzone: qcy-zone-b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment