Jelle Smet
Jelle Smet
Hi, There seems to be something going on with this. Let's say you wish to override a value in logging.yaml: ``` logging_template => "${module_name}/elasticsearch/logging.yml.erb", log4j2_ensure => absent, ``` You're obliged...
It seems the correct combination of options is: ``` logging_template => "${module_name}/elasticsearch/logging.yml.erb", logging_yml_ensure => absent, ```
yes, That sounds good
@ncopa If that's the case perhaps close this issue?