summaryrefslogtreecommitdiff
path: root/manifests/munin.pp
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-08-03 14:39:08 -0400
committerMicah Anderson <micah@riseup.net>2012-08-03 14:39:08 -0400
commit5a1f664b66f62d2f75fb8ea8cee730aaf9097e84 (patch)
treed1ea71c6febd80fdc0d68d7fc674555ff3e62092 /manifests/munin.pp
parentee3c2c9c1bfb4c54d03e87d7ba03050296c82640 (diff)
change location of control port in munin graphs, now that
/usr/share/tor/tor-service-defaults-torrc exists and contains: CookieAuthentication 1 CookieAuthFileGroupReadable 1 CookieAuthFile /var/run/tor/control.authcookie
Diffstat (limited to 'manifests/munin.pp')
-rw-r--r--manifests/munin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/munin.pp b/manifests/munin.pp
index ac2630a..8504f89 100644
--- a/manifests/munin.pp
+++ b/manifests/munin.pp
@@ -17,7 +17,7 @@ class tor::munin {
munin::plugin {
[ "tor_connections", "tor_routers", "tor_traffic" ]:
ensure => present,
- config => "user debian-tor\n env.cookiefile /var/lib/tor/control_auth_cookie",
+ config => "user debian-tor\n env.cookiefile /var/run/tor/control.authcookie",
script_path_in => "/usr/local/share/munin-plugins";
}
}