Open cybacolt opened 9 years ago
Seems like something that we should add to the map.jinja
for each distro, then merge that with the pillar data.
Edit: Actually it looks like that was already done, Is this not getting merged correctly or something?
yeah, it its mapping per distro, but the value is still wrong for 'Debian'
I'd say prep a PR for the debian fix then, could have been someone just copy pasta'd it in an effort to save time.
from /etc/init.d/hhvm:
PIDFILE=/var/run/hhvm/pid
from the php formula map php/ng/map.jinja:
('pid', '/var/run/hhvm.pid'),
this causes hhvm not to start by default unless you add to your pillar:
not sure if this is easily changable - other distros may break if your change the default pid pathing?