puppet-php
puppet-php copied to clipboard
Do not create rundir
I am using php7.4 from sury on debian 10. After every server reboot, this module creates the /var/run/php-fpm directory (which is not used by php-fpm) and triggers a reload, which resets all open connections to the php-fpm daemon.
This PR added an option to disable the managing of the /var/run/php-fpm directory
Any feedback?
Closing and re-openning to trigger CI. The PR is old and failing CI results are not available anymore. @tmanninger can you check the reason for failure and fix your PR accordingly. If you need help feel free to ask for help in this PR.
Can you merge die MR?
@tmanninger Please rebase with our master branch since there have been 2 releases since then 😄
@root-expert my branch ist up2date now.
Please do a rebase instead of a merge commit and squash your commits into one 😄
I created a new MR: https://github.com/voxpupuli/puppet-php/pull/674 @root-expert You can close this MR.