puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

Puppet module to manage php (Apache, CLI, FPM)

Results 5 puppet-php issues
Sort by recently updated
recently updated
newest added

Got the idea from - http://docs.puppetlabs.com/puppet/2.7/reference/lang_classes.html#defining-a-class Please let me know what you think.

I am having a problem similar to [this issue](https://github.com/saz/puppet-php/issues/3). Here's my config: ``` php::module { [ 'mysql', 'memcached' ]: notify => Service['apache2'] } ``` But when I look at the...

If you could throw an example of an fpm pool config in here, I'll gladly take the time to document it and submit a push request to the Readme. I...

Hello, when I reload vagrant, all .ini symlinks are removed : ``` notice: /File[/etc/php5/conf.d/20-mcrypt.ini]/ensure: removed notice: /File[/etc/php5/conf.d/20-mysql.ini]/ensure: removed notice: /File[/etc/php5/conf.d/20-mysqli.ini]/ensure: removed notice: /File[/etc/php5/conf.d/20-pdo_mysql.ini]/ensure: removed notice: /File[/etc/php5/conf.d/10-pdo.ini]/ensure: removed notice: /File[/etc/php5/conf.d/20-xdebug.ini]/ensure: removed...

Dotdeb packages now store modules configuration in `/etc/php5/mods-available` and put index-prefixed symlinks into `/etc/php5/conf.d`, for example: ``` # ls -lA /etc/php5/conf.d/ total 0 lrwxrwxrwx 1 root root 25 06-17 12:24...