Adapting config file
This commit is contained in:
parent
a94e6f3621
commit
7c5f781999
@ -1,15 +1,15 @@
|
|||||||
{% from "vsftpd/map.jinja" import vsftpd with context %}
|
{% from "vsftpd/map.jinja" import vsftpd with context %}
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- vsftpd
|
- mumble-server
|
||||||
|
|
||||||
vsftpd_config:
|
mumbleserver_config:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: {{ vsftpd.vsftpd_config }}
|
- name: {{ mumbleserver.mumbleserver_config }}
|
||||||
- source: {{ vsftpd.vsftpd_config_src }}
|
- source: {{ mumbleserver.mumbleserver_config }}
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- user: root
|
- user: root
|
||||||
- mode: 644
|
- mode: 644
|
||||||
- watch_in:
|
- watch_in:
|
||||||
- service: {{ vsftpd.service }}
|
- service: {{ mumbleserver.service }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user