Skip to content

Commit

Permalink
Merge pull request #249 from noelmcloughlin/arch
Browse files Browse the repository at this point in the history
feat(linux): archlinux support (no osfinger grain)
  • Loading branch information
aboe76 authored Aug 4, 2019
2 parents 6c89ef5 + ab6148c commit 82edc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
'passenger_root': '/usr/share/ruby/vendor_ruby/phusion_passenger/locations.ini',
'passenger_instance_registry_dir': '/var/run/passenger-instreg',
})%}
{% if salt['grains.get']('osfinger') == 'CentOS-6' %}
{% if 'osfinger' in grains and salt['grains.get']('osfinger') == 'CentOS-6' %}
{% do nginx.server.config.update({
'pid': '/var/run/nginx.pid',
})%}
Expand Down

0 comments on commit 82edc41

Please sign in to comment.