Sfoglia il codice sorgente

Remove duplicated ID (fixes #179)

master
Javier Bértoli 7 anni fa
parent
commit
9c9050595d
2 ha cambiato i file con 5 aggiunte e 8 eliminazioni
  1. +0
    -7
      apache/config.sls
  2. +5
    -1
      apache/init.sls

+ 0
- 7
apache/config.sls Vedi File

@@ -15,13 +15,6 @@ include:
- context:
apache: {{ apache }}

{{ apache.vhostdir }}:
file.directory:
- require:
- pkg: apache
- watch_in:
- service: apache

{% if grains['os_family']=="Debian" %}
/etc/apache2/envvars:
file.managed:

+ 5
- 1
apache/init.sls Vedi File

@@ -16,7 +16,11 @@ apache:

{{ apache.vhostdir }}:
file.directory:
- makedirs: True
- makedirs: True
- require:
- pkg: apache
- watch_in:
- service: apache

# The following states are inert by default and can be used by other states to
# trigger a restart or reload as needed.

Loading…
Annulla
Salva