18 lines
378 B
Text
18 lines
378 B
Text
|
|
# here we add the salt configurations in this repo as a separate environment, "user"
|
||
|
|
# only stuff under /srv gets copied to the qubes mgmt dvm, so these paths should all be under /srv
|
||
|
|
|
||
|
|
file_roots:
|
||
|
|
base:
|
||
|
|
- /srv/salt
|
||
|
|
user:
|
||
|
|
- /srv/user/salt
|
||
|
|
|
||
|
|
pillar_roots:
|
||
|
|
base:
|
||
|
|
- /srv/pillar
|
||
|
|
user:
|
||
|
|
- /srv/user/pillar
|
||
|
|
|
||
|
|
formula_dirs: ['/srv/formulas', '/srv/user/formulas']
|
||
|
|
|