mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
Merge pull request #303 from myii/bug/fix-issue-302
fix(config/vhosts/standard): remove erroneous trailing colon
This commit is contained in:
commit
42bd3cbd00
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue