summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index ecb13d9..2974195 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -3,15 +3,15 @@ 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 {