lighttpd: improve dependencies #21

Merged
Georg merged 1 commits from lighttpd-watch into production 2023-02-12 03:06:20 +01:00

View File

@ -25,6 +25,8 @@ lighttpd_files:
- group: lighttpd
- mode: '0640'
- template: jinja
- watch_in:
- service: lighttpd_service
- names:
- /etc/lighttpd/lighttpd.conf:
- source: salt:///{{ slspath }}/files/etc/lighttpd/lighttpd.conf.j2
@ -40,3 +42,6 @@ lighttpd_service:
service.running:
- name: lighttpd.service
- enable: True
- reload: True
- require:
- pkg: lighttpd_packages