fixed path
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@399 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
parent
ce720d4b0a
commit
a67ca09816
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue