We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from /etc/init.d/hhvm: PIDFILE=/var/run/hhvm/pid
PIDFILE=/var/run/hhvm/pid
from the php formula map php/ng/map.jinja: ('pid', '/var/run/hhvm.pid'),
('pid', '/var/run/hhvm.pid'),
this causes hhvm not to start by default unless you add to your pillar:
ng: lookup: hhvm: server: pid: '/var/run/hhvm/pid'
not sure if this is easily changable - other distros may break if your change the default pid pathing?
The text was updated successfully, but these errors were encountered:
Seems like something that we should add to the map.jinja for each distro, then merge that with the pillar data.
map.jinja
Edit: Actually it looks like that was already done, Is this not getting merged correctly or something?
Sorry, something went wrong.
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.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: