From: mh Date: Fri, 4 Jan 2008 14:18:55 +0000 (+0000) Subject: fixed path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ce720d4b0a239ae866ed75ad5e70a870070b9e9f;p=puppet-sshd.git fixed path git-svn-id: https://svn/ipuppet/trunk/modules/sshd@398 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index f1807f6..b3bc9cf 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,7 @@ class sshd { case $operatingsystem { OpenBSD: { exec{sshd_refresh: - command => "kill -HUP `cat /var/run/sshd.pid`", + command => "/bin/kill -HUP `cat /var/run/sshd.pid`", refreshonly => true, } }