]> gitweb.fluxo.info Git - puppet-ekeyd.git/commitdiff
fix typo
authormh <mh@immerda.ch>
Tue, 1 Mar 2011 22:28:01 +0000 (23:28 +0100)
committermh <mh@immerda.ch>
Tue, 1 Mar 2011 22:28:01 +0000 (23:28 +0100)
manifests/munin.pp

index c2566f3137b96049c946c44534394f3d48ccfbde..1ef1d2b76ce65a1f9d2eab40c245230f2e172cf1 100644 (file)
@@ -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",
   }
 }