Merge pull request #303 from myii/bug/fix-issue-302

fix(config/vhosts/standard): remove erroneous trailing colon
This commit is contained in:
Imran Iqbal 2021-04-30 17:04:22 +01:00 committed by GitHub
commit 42bd3cbd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ apache-config-vhosts-standard-{{ id }}-cmd-run-a2en:
apache-config-vhosts-standard-{{ id }}-cmd-run-a2dis:
cmd.run:
- name: a2dissite {{ id }}{{ apache.confext }}:
- name: a2dissite {{ id }}{{ apache.confext }}
- onlyif: test -f /etc/apache2/sites-enabled/{{ id }}{{ apache.confext }}
- require:
- file: apache-config-vhosts-standard-{{ id }}