voxpupuli / puppet-php

Generic Puppet module to manage PHP on many platforms
http://forge.puppet.com/puppet/php
MIT License
87 stars 267 forks source link

How to Manage php.ini file #316

Open taibi-ibtissam opened 7 years ago

taibi-ibtissam commented 7 years ago

Affected Puppet, Ruby, OS and module versions/distributions

How to reproduce (e.g Puppet code you use)

This is more of a question : Is there a way we can manage the Apache php module config file ? as in '/etc/php/5.6/apache2/php.ini'

pcfens commented 7 years ago

Try setting the apache_config parameter to true. I haven't tested it with PHP 5.6, but I know it's working on other versions, so I'd assume it will work there as well.