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:
|
salt:
|
||||||
interface: ${'secret_salt:master:interface'}
|
interface: ${'secret_salt:master:interface'}
|
||||||
@ -20,7 +20,7 @@ salt:
|
|||||||
file_roots:
|
file_roots:
|
||||||
production:
|
production:
|
||||||
{%- for formula in formulas %}
|
{%- for formula in formulas %}
|
||||||
- /srv/formulas/{{ formula }}
|
- /srv/formulas/{{ formula }}-formula
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
gitfs_root: salt
|
gitfs_root: salt
|
||||||
gitfs_remotes:
|
gitfs_remotes:
|
||||||
|
Loading…
Reference in New Issue
Block a user