thias / puppet-php

Puppet module to manage PHP
Other
49 stars 67 forks source link

Cannot add a new extension to php.ini #84

Open Harsh1-1 opened 5 years ago

Harsh1-1 commented 5 years ago

Hi, I want to add this extension 'rdkafka.so' to my php.ini file, Can you please define this in ini.pp file ? extension='' and in template file: extension = <%= extension %>