We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c89ef5 commit ab6148cCopy full SHA for ab6148c
nginx/map.jinja
@@ -186,7 +186,7 @@
186
'passenger_root': '/usr/share/ruby/vendor_ruby/phusion_passenger/locations.ini',
187
'passenger_instance_registry_dir': '/var/run/passenger-instreg',
188
})%}
189
- {% if salt['grains.get']('osfinger') == 'CentOS-6' %}
+ {% if 'osfinger' in grains and salt['grains.get']('osfinger') == 'CentOS-6' %}
190
{% do nginx.server.config.update({
191
'pid': '/var/run/nginx.pid',
192
0 commit comments