You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.
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:
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
The text was updated successfully, but these errors were encountered: