From 85fcd131ee77c74b4ce0712cfe7e20f1fe8c836c Mon Sep 17 00:00:00 2001 From: CV Date: Tue, 15 Mar 2016 17:38:35 +0100 Subject: [PATCH] Module graphite is not getting enabled When usting the mod::graphite class the module is not getting enabled. As in mod::monitoring this should be done. --- manifests/mod/graphite.pp | 5 +++++ 1 file changed, 5 insertions(+) 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' {