diff options
author | Micah Anderson <micah@riseup.net> | 2012-08-03 14:39:08 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-08-03 14:39:08 -0400 |
commit | 5a1f664b66f62d2f75fb8ea8cee730aaf9097e84 (patch) | |
tree | d1ea71c6febd80fdc0d68d7fc674555ff3e62092 | |
parent | ee3c2c9c1bfb4c54d03e87d7ba03050296c82640 (diff) | |
download | puppet-tor-5a1f664b66f62d2f75fb8ea8cee730aaf9097e84.tar.gz puppet-tor-5a1f664b66f62d2f75fb8ea8cee730aaf9097e84.tar.bz2 |
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
-rw-r--r-- | manifests/munin.pp | 2 |
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"; } } |