Skip to content

Commit 3c40b1a

Browse files
authored
Merge pull request #5 from saltstack-formulas/fix-apache-watch-in
fix(apache): apache formula changed its IDs
2 parents f92ceee + a31f8f5 commit 3c40b1a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nextcloud/apache/config/file.sls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@ nextcloud-apache-config-file-file-managed:
2929
- sls: {{ sls_config_file }}
3030
{%- if nextcloud.apache.trigger_reload %}
3131
- watch_in:
32-
- module: apache-reload
32+
- module: apache-service-running-restart
33+
- service: apache-service-running
3334
{%- endif %}

0 commit comments

Comments
 (0)