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

A puppet module for php. According to Example42 NextGen spec.

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

I'm getting the following message when defining the php.ini file in Centos6 _No such file or directory - /etc/php.d/conf.d/php.ini.puppettmp_1910_ For what I'm able to see, the php.ini file is located...

This role is missing some of its parameter definitions. While the work around is easy (define them) its unfortunate to find out they are missing by running the module. I...

There seems to be an undocumented $version parameter which does in itself work, but if you change the value to a new version nothing happens at execution. Looks like you...

Hello - great module, by the way. I've been testing a deployment on an Ubuntu 14.04 system using the latest commit of this module (March, 2015) and I keep encountering...

Hi, The pecl::module.pp updates php.ini file after installing the required module. Would it not be better to have it update/create php.d/.ini file instead and add within it extension=.so ? I...

what syntax do I use if I want to set more than one ini setting? For example, I want this: upload_max_filesize = 200M memory_limit=512M Originally, I had this defined: php::ini...

I would like to use this module to install php on our production servers. We're an nginx shop and don't use apache. But I can't seem to get this module...

Commit 286125b fixed an error from where badly encoded data would cause crashes, but the fix of piping it through iconv mean that the status code returned was that of...

We had an issue recently where we were trying to lock PHP to a specific point release. It worked fine when that was the latest version in the repo but...

Bugfix for this error... Exec[pear-drush]: Could not evaluate: invalid byte sequence in UTF-8" This problem appears when I try to install Drush: ``` php::pear::module { 'drush': repository => 'pear.drush.org', alldeps...