Browse Source

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

susefix
Renoir Boulanger 10 years ago
parent
commit
e0365dca58
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      nginx/map.jinja

+ 2
- 1
nginx/map.jinja View File

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

Loading…
Cancel
Save