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

Invalid resource type ini_setting

Open PLaRoche opened this issue 11 years ago • 2 comments

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

PLaRoche avatar Jan 07 '15 16:01 PLaRoche

To fix this just install https://github.com/puppetlabs/puppetlabs-inifile

lyssar avatar May 23 '15 18:05 lyssar

Thanks for that link, amazing package!

PLaRoche avatar May 24 '15 14:05 PLaRoche