puppet-php
puppet-php copied to clipboard
Invalid resource type ini_setting
In trying to set the apache config:
php::apache::config { 'upload_max_filesize=20M': }
I get:
Invalid resource type ini_setting Error: Puppet::Parser::AST::Resource failed with error ArgumentError: Invalid resource type ini_setting at /tmp/vagrant-puppet-2/modules-0/php/manifests/config/dwim.pp:28 on node dev
To fix this just install https://github.com/puppetlabs/puppetlabs-inifile
Thanks for that link, amazing package!