From c467f2c028c05dea254d61f8e797d6b3ba1680b2 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Sun, 11 Mar 2012 16:09:34 -0400 Subject: add $use_munin parameter that will enable graphs --- manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'manifests/init.pp') diff --git a/manifests/init.pp b/manifests/init.pp index c8ac5f3..90782b1 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,4 +13,8 @@ class tor { hasstatus => true, require => Package['tor'], } + + if $use_munin { + include tor::munin + } } -- cgit v1.2.3