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

This commit is contained in:
Renoir Boulanger 2014-10-16 15:32:37 -04:00
parent 205d37b028
commit e0365dca58

View File

@ -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')) %}