Browse Source
Merge pull request #307 from mariusvw/hotfix/semicolon-correction
Correct semicolon to colon
tags/v1.1.8
Imran Iqbal
3 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
apache/config/register_site.sls
|
|
@@ -63,7 +63,7 @@ apache-config-register-site-file-managed: |
|
|
|
- watch_in: |
|
|
|
- module: apache-service-running-reload |
|
|
|
- require_in: |
|
|
|
- module; apache-service-running-reload |
|
|
|
- module: apache-service-running-reload |
|
|
|
cmd.run: |
|
|
|
- name: echo dummy state to workaround requisite issue >/dev/null 2>&1 |
|
|
|
- require_in: |