summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Pfuetzenreuter2023-04-30 14:43:42 +0200
committerGeorg Pfuetzenreuter2023-04-30 14:43:42 +0200
commita7cd6609e6b029d5b17e764e050047440731a0e8 (patch)
treebcf8529d78018d2e79860f82a88c9219a015437d
parentb1249e69eb51b619dde5a3b0ffc162c86ffff16f (diff)
parentd65cb9a43b8e8a20b6d3a65a71091043051654be (diff)
downloadsalt-a7cd6609e6b029d5b17e764e050047440731a0e8.tar.gz
salt-a7cd6609e6b029d5b17e764e050047440731a0e8.tar.bz2
salt-a7cd6609e6b029d5b17e764e050047440731a0e8.zip
Merge pull request 'Watch httpd service for snippets' (#46) from httpd-service into production
Reviewed-on: https://git.com.de/LibertaCasa/salt/pulls/46
-rw-r--r--salt/profile/apache-httpd/init.sls5
1 files changed, 1 insertions, 4 deletions
diff --git a/salt/profile/apache-httpd/init.sls b/salt/profile/apache-httpd/init.sls
index db5b6f9..f30337c 100644
--- a/salt/profile/apache-httpd/init.sls
+++ b/salt/profile/apache-httpd/init.sls
@@ -16,11 +16,8 @@
- require:
- file: {{ snippetsdir }}
{#- formula dependencies #}
- - require_in:
- - module: apache-service-running-restart
- - service: apache-service-running
- watch_in:
- - module: apache-service-running-reload
+ - service: apache-service-running
{%- endfor %}
{%- endif %}