summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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
+ }
}