Compare commits

..

No commits in common. "90436341238f61dcf5948507ca764b8d5b13ddb6" and "5da0bfe798ae7440942f3e222d3d03b6b96b6afe" have entirely different histories.

View File

@ -25,8 +25,6 @@ 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
@ -42,6 +40,3 @@ lighttpd_service:
service.running: service.running:
- name: lighttpd.service - name: lighttpd.service
- enable: True - enable: True
- reload: True
- require:
- pkg: lighttpd_packages