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.
This commit is contained in:
CV 2016-03-15 17:38:35 +01:00
parent 037e355e38
commit 85fcd131ee

View file

@ -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' {