diff --git a/manifests/blackbox_exporter.pp b/manifests/blackbox_exporter.pp index 59175a56..39d91a60 100644 --- a/manifests/blackbox_exporter.pp +++ b/manifests/blackbox_exporter.pp @@ -116,12 +116,13 @@ $options = "--config.file=${config_file} ${extra_options}" file { $config_file: - ensure => file, - owner => 'root', - group => $group, - mode => $config_mode, - content => template('prometheus/blackbox_exporter.yaml.erb'), - notify => $notify_service, + ensure => file, + owner => 'root', + group => $group, + mode => $config_mode, + show_diff => false, + content => template('prometheus/blackbox_exporter.yaml.erb'), + notify => $notify_service, } prometheus::daemon { $service_name: