diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-04 14:18:55 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-01-04 14:18:55 +0000 |
commit | ce720d4b0a239ae866ed75ad5e70a870070b9e9f (patch) | |
tree | ba95054a0ecc6c5014ac8eb095a2fdbacc61061f /manifests | |
parent | 2a92cc0827879d49ac62d78926cc344ccaac2a49 (diff) | |
download | puppet-sshd-ce720d4b0a239ae866ed75ad5e70a870070b9e9f.tar.gz puppet-sshd-ce720d4b0a239ae866ed75ad5e70a870070b9e9f.tar.bz2 |
fixed path
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@398 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-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 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, } } |