updated vsftpd state

This commit is contained in:
Paul 2023-03-10 00:08:06 +01:00
parent 4cee287b52
commit 248ca2a4cf
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -3,4 +3,4 @@
{%- for key, value in vsftpd.config.items() %}
{{ key }}={{ value }}
{%- endfor %}
{%- endfor %}