Merge pull request 'lighttpd: improve dependencies' (#21) from lighttpd-watch into production
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
Reviewed-on: #21
This commit is contained in:
commit
9043634123
@ -25,6 +25,8 @@ lighttpd_files:
|
|||||||
- group: lighttpd
|
- group: lighttpd
|
||||||
- mode: '0640'
|
- mode: '0640'
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
- watch_in:
|
||||||
|
- service: lighttpd_service
|
||||||
- names:
|
- names:
|
||||||
- /etc/lighttpd/lighttpd.conf:
|
- /etc/lighttpd/lighttpd.conf:
|
||||||
- source: salt:///{{ slspath }}/files/etc/lighttpd/lighttpd.conf.j2
|
- source: salt:///{{ slspath }}/files/etc/lighttpd/lighttpd.conf.j2
|
||||||
@ -40,3 +42,6 @@ lighttpd_service:
|
|||||||
service.running:
|
service.running:
|
||||||
- name: lighttpd.service
|
- name: lighttpd.service
|
||||||
- enable: True
|
- enable: True
|
||||||
|
- reload: True
|
||||||
|
- require:
|
||||||
|
- pkg: lighttpd_packages
|
||||||
|
Loading…
Reference in New Issue
Block a user