Explorar el Código

Using in top.sls state was failing because of missing map

susefix
Renoir Boulanger hace 10 años
padre
commit
e0365dca58
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      nginx/map.jinja

+ 2
- 1
nginx/map.jinja Ver fichero

@@ -1,8 +1,9 @@
{% set nginx = salt['grains.filter_by']({
'Debian': {
'apache_utils': 'apache2-utils',
'package': 'nginx-full'
},
'RedHat': {
'apache_utils': 'httpd-tools',
},
}, merge=salt['pillar.get']('nginx:lookup')) %}
}, merge=salt['pillar.get']('nginx:lookup')) %}

Cargando…
Cancelar
Guardar