From: mh Date: Tue, 1 Mar 2011 22:28:01 +0000 (+0100) Subject: fix typo X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d731a3c2420ab4c3aecfd5dc06d7cd5d5ba74aa1;p=puppet-ekeyd.git fix typo --- diff --git a/manifests/munin.pp b/manifests/munin.pp index c2566f3..1ef1d2b 100644 --- a/manifests/munin.pp +++ b/manifests/munin.pp @@ -11,6 +11,6 @@ class ekeyd::munin { 'ekeyd_stat_KeyTemperatureC' ]: require => Munin::Plugin::Deploy['ekeyd_stat_'], ensure => 'ekeyd_stat_', - config => "'user root\nenv.controlsocket /var/run/ekeyd.sock", + config => "user root\nenv.controlsocket /var/run/ekeyd.sock", } }