mumble-server-formula/mumble-server/config.sls

16 lines
304 B
Plaintext
Raw Normal View History

2015-03-27 05:19:28 +01:00
{% from "vsftpd/map.jinja" import vsftpd with context %}
include:
- vsftpd
vsftpd_config:
file.managed:
- name: {{ vsftpd.vsftpd_config }}
- source: {{ vsftpd.vsftpd_config_src }}
- template: jinja
- user: root
- mode: 644
- watch_in:
- service: {{ vsftpd.service }}