puppet-php
puppet-php copied to clipboard
DEPRECATED see official Boxen fork:
Seem to get this no matter what version i'm installing. ``` sh Error: Could not set 'present' on ensure: uncaught throw # at 149:/opt/boxen/repo/shared/php/manifests/version.pp Error: Could not set 'present' on...
Is there a way to import a custom php.ini file instead of the default one? I found a more or less decent workaround for my virtual hosts, by providing all...
I think it makes sense to decouple the webserver configuration from php::fpm::fastcgi and php::fpm::service for more flexibility. I am not sure if this is a good approach to do this....
I am trying to use this plugin with version 0.5.6 and boxen 2.3.2, but when it gets to the phpenv install step it fails with the following message. ``` Notice:...
FPM was only included with PHP from version 5.3.3 onwards. As raised in #16 the default configure options which included FPM caused compilation of 5.3.2 to fail, so FPM support...
This causes a resource conflict with the source code repository cache as the same resource is defined multiple times. Likely an issue with any extension that uses the git provider...
Due to the config file purging, removing the last instance of a php fpm pool for a given version of php, which does not have that version required elsewhere, removes...