Explorar el Código

Remove duplicated ID (fixes #179)

master
Javier Bértoli hace 7 años
padre
commit
9c9050595d
Se han modificado 2 ficheros con 5 adiciones y 8 borrados
  1. +0
    -7
      apache/config.sls
  2. +5
    -1
      apache/init.sls

+ 0
- 7
apache/config.sls Ver fichero

@@ -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 Ver fichero

@@ -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.

Cargando…
Cancelar
Guardar