]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fixed path
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 4 Jan 2008 14:19:34 +0000 (14:19 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 4 Jan 2008 14:19:34 +0000 (14:19 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@399 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index b3bc9cf5f54bc9dced90391216287c3268fb93cb..f800ca62c7f76aae3131e439723406c76f737aca 100644 (file)
@@ -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,
                        }
                }