diff options
author | Micah Anderson <micah@riseup.net> | 2012-03-11 16:09:34 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-03-11 16:09:34 -0400 |
commit | c467f2c028c05dea254d61f8e797d6b3ba1680b2 (patch) | |
tree | 87c9c22a14fbf90b54fcb3c71705436413254d22 /manifests/init.pp | |
parent | 97257b64c83561d6b3e621cccf9563af17ef1fc3 (diff) | |
download | puppet-tor-c467f2c028c05dea254d61f8e797d6b3ba1680b2.tar.gz puppet-tor-c467f2c028c05dea254d61f8e797d6b3ba1680b2.tar.bz2 |
add $use_munin parameter that will enable graphs
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 4 |
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 + } } |