mirror of
https://github.com/jbowdre/vagrant-saltlab.git
synced 2024-11-23 14:02:19 +00:00
John Bowdre
a58f8fcc1f
- move content to be served via gitfs to salt_content/gitfs - create structure to hold local content at salt_content/local - configure Vagrant to rsync salt_content/local to /srv on Salt master
9 lines
123 B
Text
9 lines
123 B
Text
base:
|
|
'*':
|
|
- vim
|
|
'roles:saltlab':
|
|
- match: grain
|
|
- users
|
|
'roles:web':
|
|
- match: grain
|
|
- webserver
|