Skip to content

Commit 42bd3cb

Browse files
authored
Merge pull request #303 from myii/bug/fix-issue-302
fix(config/vhosts/standard): remove erroneous trailing colon
2 parents 3c21740 + dedb9e2 commit 42bd3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache/config/vhosts/standard.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ apache-config-vhosts-standard-{{ id }}-cmd-run-a2en:
6767
6868
apache-config-vhosts-standard-{{ id }}-cmd-run-a2dis:
6969
cmd.run:
70-
- name: a2dissite {{ id }}{{ apache.confext }}:
70+
- name: a2dissite {{ id }}{{ apache.confext }}
7171
- onlyif: test -f /etc/apache2/sites-enabled/{{ id }}{{ apache.confext }}
7272
- require:
7373
- file: apache-config-vhosts-standard-{{ id }}

0 commit comments

Comments
 (0)