Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
parent
a3583e25a5
commit
48c9e05de1
@ -1,4 +1,4 @@
|
||||
{%- set formulas = ['salt-formula'] -%}
|
||||
{%- set formulas = ['salt', 'users'] -%}
|
||||
|
||||
salt:
|
||||
interface: ${'secret_salt:master:interface'}
|
||||
@ -20,7 +20,7 @@ salt:
|
||||
file_roots:
|
||||
production:
|
||||
{%- for formula in formulas %}
|
||||
- /srv/formulas/{{ formula }}
|
||||
- /srv/formulas/{{ formula }}-formula
|
||||
{%- endfor %}
|
||||
gitfs_root: salt
|
||||
gitfs_remotes:
|
||||
|
Loading…
Reference in New Issue
Block a user