Procházet zdrojové kódy

Use confext parameter when naming vhost config files.

tags/v0.37.4
Adam Herzog před 11 roky
rodič
revize
be1aa5629e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      apache/vhosts/standard.sls

+ 1
- 1
apache/vhosts/standard.sls Zobrazit soubor

@@ -8,7 +8,7 @@ include:
{{ id }}:
file:
- managed
- name: {{ apache.vhostdir }}/{{ id }}
- name: {{ apache.vhostdir }}/{{ id }}{{ apache.confext }}
- source: {{ site.get('template_file', 'salt://apache/vhosts/standard.tmpl') }}
- template: {{ site.get('template_engine', 'jinja') }}
- context:

Načítá se…
Zrušit
Uložit