puppet-php
puppet-php copied to clipboard
How to add pecl module to /etc/php/7.0/mods-available and enable it
php::pecl::module { "mongodb": use_package => 'no' } works and de mongodb.so is created.
But it is not available as ini in the /etc/php/7.0/mods-available directory. How can i enable it?
The define doesn't currently support the creation of the relevant file in mods-available (where this directory exists)
Thats to bad, luckely I solved it with my own module that creates the ini file and symlinks this in like fpm and cli.
The module is no longer actively supported or maintained. Unless someone wants to take care of, or sponsor, if maintainership.