summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2013-01-02 12:30:55 +0100
committerintrigeri <intrigeri@boum.org>2013-01-02 12:30:55 +0100
commit332bed5098758e5a2767246c4224b25f650c794f (patch)
tree1296b88ffec0df416db0f12f415d9abfddaa6d5b /manifests/munin.pp
parent27e960c83b26d036a940dff0fc61737fc4ed5af5 (diff)
Linting.
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp14
1 files changed, 10 insertions, 4 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index 2974195..2f0d5c2 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -3,15 +3,21 @@ class tor::munin {
file {
'/usr/local/share/munin-plugins/tor_connections':
source => 'puppet:///modules/tor/munin/tor_connections',
- mode => '0755', owner => root, group => root;
-
+ mode => '0755',
+ owner => root,
+ group => root;
+
'/usr/local/share/munin-plugins/tor_routers':
source => 'puppet:///modules/tor/munin/tor_routers',
- mode => '0755', owner => root, group => root;
+ mode => '0755',
+ owner => root,
+ group => root;
'/usr/local/share/munin-plugins/tor_traffic':
source => 'puppet:///modules/tor/munin/tor_traffic',
- mode => '0755', owner => root, group => root;
+ mode => '0755',
+ owner => root,
+ group => root;
}
munin::plugin {