diff options
author | mh <mh@immerda.ch> | 2011-03-01 23:28:01 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2011-03-01 23:28:01 +0100 |
commit | d731a3c2420ab4c3aecfd5dc06d7cd5d5ba74aa1 (patch) | |
tree | 866a22b59df8a2d8ae152de5de36f060f23283e6 | |
parent | 4519d4f176a47e2dc1798197de1d00eac577a3ab (diff) | |
download | puppet-ekeyd-d731a3c2420ab4c3aecfd5dc06d7cd5d5ba74aa1.tar.gz puppet-ekeyd-d731a3c2420ab4c3aecfd5dc06d7cd5d5ba74aa1.tar.bz2 |
fix typo
-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 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", } } |