diff options
author | intrigeri <intrigeri@boum.org> | 2013-01-02 12:30:55 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2013-01-02 12:30:55 +0100 |
commit | 332bed5098758e5a2767246c4224b25f650c794f (patch) | |
tree | 1296b88ffec0df416db0f12f415d9abfddaa6d5b /manifests/munin.pp | |
parent | 27e960c83b26d036a940dff0fc61737fc4ed5af5 (diff) | |
download | puppet-tor-332bed5098758e5a2767246c4224b25f650c794f.tar.gz puppet-tor-332bed5098758e5a2767246c4224b25f650c794f.tar.bz2 |
Linting.
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 { |