From ce720d4b0a239ae866ed75ad5e70a870070b9e9f Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 4 Jan 2008 14:18:55 +0000 Subject: fixed path git-svn-id: https://svn/ipuppet/trunk/modules/sshd@398 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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, } } -- cgit v1.2.3