summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-03-11 16:09:34 -0400
committerMicah Anderson <micah@riseup.net>2012-03-11 16:09:34 -0400
commitc467f2c028c05dea254d61f8e797d6b3ba1680b2 (patch)
tree87c9c22a14fbf90b54fcb3c71705436413254d22 /manifests/init.pp
parent97257b64c83561d6b3e621cccf9563af17ef1fc3 (diff)
add $use_munin parameter that will enable graphs
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
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
+ }
}