Explorar el Código

Reflect template move in files.

tags/v0.55.0
Michael Grosser hace 11 años
padre
commit
7c16f55a58
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      nginx/init.sls

+ 3
- 3
nginx/init.sls Ver fichero

@@ -13,7 +13,7 @@ include:
- user: root
- group: root
- mode: 440
- source: salt://nginx/templates/config.jinja
- source: salt://nginx/files/config.jinja
- require:
- pkg: nginx

@@ -61,7 +61,7 @@ nginx-logger-{{ log_type }}:
- user: root
- group: root
- mode: 440
- source: salt://nginx/templates/upstart-logger.jinja
- source: salt://nginx/files/upstart-logger.jinja
- context:
type: {{ log_type }}
service:
@@ -87,7 +87,7 @@ nginx:
- user: root
- group: root
- mode: 440
- source: salt://nginx/templates/upstart.jinja
- source: salt://nginx/files/upstart.jinja
- require:
- pkg: nginx
- file: nginx-old-init

Cargando…
Cancelar
Guardar