diff options
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r-- | manifests/munin.pp | 14 |
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 { |