2025-10-20 22:23:13 +02:00
|
|
|
# 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
|
2025-10-28 00:33:23 +01:00
|
|
|
- /srv/pillar/base
|
2025-10-20 22:23:13 +02:00
|
|
|
user:
|
|
|
|
|
- /srv/user/pillar
|
|
|
|
|
|
2025-10-28 00:33:23 +01:00
|
|
|
formula_dirs:
|
|
|
|
|
- /srv/formulas
|
|
|
|
|
- /srv/user/formulas
|
2025-10-20 22:23:13 +02:00
|
|
|
|
2025-10-21 01:14:38 +02:00
|
|
|
include:
|
|
|
|
|
- minion.d/*
|
|
|
|
|
- /usr/local/etc/salt/minion.d/*.conf
|