We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class { '::php': ensure => 'latest', package_prefix => 'php-', ext_tool_enable => '/usr/sbin/phpenmod', ext_tool_query => '/usr/sbin/phpquery', manage_repos => false, fpm => false, dev => true, composer => false, pear => false, phpunit => false, settings => { 'PHP/max_execution_time' => '90', 'PHP/max_input_time' => '300', 'PHP/memory_limit' => '64M', 'PHP/post_max_size' => '32M', 'PHP/upload_max_filesize' => '32M', 'Date/date.timezone' => 'Europe/Paris', }, extensions => { ssh2 => {}, curl => {}, gettext => {}, ldap => {}, geoip => {}, xml => {}, sqlite3 => {}, mysql => {}, pgsql => {}, mongodb => {}, xdebug => {}, amqplib => {}, }, }
Nothing, /etc/php/7.0/cli/php.ini is not touched
update php.ini with settings I set.
The text was updated successfully, but these errors were encountered:
Any clues ? thx
Sorry, something went wrong.
Hi,
I just tried with the master branch (v5.3.1-rc0), I get the same behaviour, php.ini aren't modified at all.
puppetlabs/inifile was missing ...
No branches or pull requests
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Nothing, /etc/php/7.0/cli/php.ini is not touched
What behaviour did you expect instead
update php.ini with settings I set.
Output log
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: