paulbsd-salt/states/vsftpd/init.sls

16 lines
301 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
vsftpd-config:
file.managed:
- name: /etc/vsftpd.conf
- source: salt://vsftpd/vsftpd.conf.j2
- user: root
- group: root
- mode: 644
- template: jinja
- watch_in:
- service: vsftpd-service
vsftpd-service:
service.running:
- name: vsftpd
- enable: True