diff options
-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, } } |