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: vsftpd-config:
file.managed: file.managed:
- name: /etc/vsftpd.conf - name: /etc/vsftpd.conf
- source: salt://vsftpd/vsftpd.conf.j2 - source: salt://vsftpd/templates/vsftpd.conf.j2
- user: root - user: root
- group: root - group: root
- mode: "0644" - mode: "0644"
@ -13,4 +13,4 @@ vsftpd-config:
vsftpd-service: vsftpd-service:
service.running: service.running:
- name: vsftpd - name: vsftpd
- enable: true - enable: true

View File

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