Sfoglia il codice sorgente

fix(config/vhosts/standard): remove erroneous trailing colon

Fixes #302.
tags/v1.1.3
Imran Iqbal 3 anni fa
parent
commit
dedb9e2f40
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      apache/config/vhosts/standard.sls

+ 1
- 1
apache/config/vhosts/standard.sls Vedi 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 }}

Loading…
Annulla
Salva