From a67ca09816811ff94e96062f62bc7b52321f09e5 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 4 Jan 2008 14:19:34 +0000 Subject: [PATCH] fixed path git-svn-id: https://svn/ipuppet/trunk/modules/sshd@399 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index b3bc9cf..f800ca6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -9,7 +9,7 @@ class sshd { case $operatingsystem { OpenBSD: { exec{sshd_refresh: - command => "/bin/kill -HUP `cat /var/run/sshd.pid`", + command => "/bin/kill -HUP `/bin/cat /var/run/sshd.pid`", refreshonly => true, } }