liquidctl
This commit is contained in:
11
salt/configs.sls
Normal file
11
salt/configs.sls
Normal file
@@ -0,0 +1,11 @@
|
||||
{% from "salt/map.jinja" import salt_daemons with context %}
|
||||
|
||||
{% for daemon in salt_daemons %}
|
||||
/etc/salt/{{ daemon }}:
|
||||
file.managed:
|
||||
- source: salt://salt/files/{{ daemon }}.jinja
|
||||
- template: jinja
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 644
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user