diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-04 14:19:34 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-04 14:19:34 +0000 |
commit | a67ca09816811ff94e96062f62bc7b52321f09e5 (patch) | |
tree | 47c1e2ef7086bd196cfa7b18def2882f427fd236 | |
parent | ce720d4b0a239ae866ed75ad5e70a870070b9e9f (diff) | |
download | puppet-sshd-a67ca09816811ff94e96062f62bc7b52321f09e5.tar.gz puppet-sshd-a67ca09816811ff94e96062f62bc7b52321f09e5.tar.bz2 |
fixed path
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@399 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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, } } |