updated vsftpd state
This commit is contained in:
parent
4cee287b52
commit
248ca2a4cf
@ -2,7 +2,7 @@
|
||||
vsftpd-config:
|
||||
file.managed:
|
||||
- name: /etc/vsftpd.conf
|
||||
- source: salt://vsftpd/vsftpd.conf.j2
|
||||
- source: salt://vsftpd/templates/vsftpd.conf.j2
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: "0644"
|
||||
@ -13,4 +13,4 @@ vsftpd-config:
|
||||
vsftpd-service:
|
||||
service.running:
|
||||
- name: vsftpd
|
||||
- enable: true
|
||||
- enable: true
|
||||
|
@ -3,4 +3,4 @@
|
||||
|
||||
{%- for key, value in vsftpd.config.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
Loading…
Reference in New Issue
Block a user