diff --git a/manifests/config.pp b/manifests/config.pp index 7aa535b..03701ee 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -23,6 +23,6 @@ file { "${etc_prefix}/mosquitto/mosquitto.conf": ensure => bool2str($mosquitto::package_ensure == 'absent', 'absent', 'file'), - content => epp("${module_name}/mosquitto.conf", { 'config' => $config + $default_config }), + content => epp("${module_name}/mosquitto.conf.epp", { 'config' => $config + $default_config }), } }