Installing nginx on Ubuntu/Debian fails, missing map propertysusefix
@@ -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')) %} |