From 49b67cbc9112fddf49cc12264d2626fd952e0a7c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Thu, 25 Aug 2016 10:26:40 -0400 Subject: Fixes for puppet lint --- manifests/munin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/munin.pp') diff --git a/manifests/munin.pp b/manifests/munin.pp index 4412337..2a01175 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -8,7 +8,7 @@ class tor::munin { } Munin::Plugin::Deploy { - config => "user debian-tor\n env.cookiefile /var/run/tor/control.authcookie\n env.port 19051" + config => "user debian-tor\n env.cookiefile /var/run/tor/control.authcookie\n env.port 19051" # lint:ignore:80chars } munin::plugin::deploy { 'tor_connections': -- cgit v1.2.3