diff --git a/manifests/mod/graphite.pp b/manifests/mod/graphite.pp index 2489ff9..3b2ad65 100644 --- a/manifests/mod/graphite.pp +++ b/manifests/mod/graphite.pp @@ -73,6 +73,11 @@ class icingaweb2::mod::graphite ( value => $host_name_template, } } + + file { "${::icingaweb2::config_dir}/enabledModules/graphite": + ensure => link, + target => '/usr/share/icingaweb2/modules/graphite' + } if $install_method == 'git' {