wip: make install task
This commit is contained in:
parent
b657635c86
commit
ead93aab85
3 changed files with 29 additions and 11 deletions
4
conf/overrides.conf
Normal file
4
conf/overrides.conf
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# This file tracks user overrides of salt behavior
|
||||
# see https://docs.saltproject.io/en/latest/ref/configuration/master.html for docs on these configs
|
||||
|
||||
#cli_summary: true
|
||||
17
conf/z_user.conf
Normal file
17
conf/z_user.conf
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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']
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue