vagrant-saltlab/srv/salt/top.sls
John Bowdre cd1d0eb462 start playing with top.sls
- 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'
2023-03-24 17:12:03 -05:00

9 lines
120 B
Text

base:
'*':
- vim
'roles:saltlab':
- match: grain
- cowsay
'roles:web':
- match: grain
- nginx