This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Description
Following the documentation I am not able to make changes to the ini configuration. Adding the directive php::apache::config { 'upload_max_filesize=20M': } to a profile leads to the error message "Could not evaluate: can't convert nil into String"
Additionally on the Example page of the documentation i see this:
create_resources('php::config', hiera_hash('php_config', {}))
create_resources('php::cli::config', hiera_hash('php_cli_config', {}))
However there is no example on how the hiera hashes can be defined. Playing around with this I also see various different error messages.
Thanks and regards
hasc