mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-30 08:32:17 +00:00
John Bowdre
cd1d0eb462
- assign two minions the 'roles:web' grain - create the 'cowsay' state - match the 'vim' state to all minions - match the 'cowsay' state to minions w/ 'roles:saltlab' - match the 'nginx' state to minions w/ 'roles:web'
9 lines
120 B
Text
9 lines
120 B
Text
base:
|
|
'*':
|
|
- vim
|
|
'roles:saltlab':
|
|
- match: grain
|
|
- cowsay
|
|
'roles:web':
|
|
- match: grain
|
|
- nginx
|