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