aboutsummaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2013-02-04 21:41:05 +0100
committermh <mh@immerda.ch>2013-02-04 21:41:05 +0100
commit8ecac4219f3d5975fba20316c7d469153d2ca4fc (patch)
tree8fce6dd7c40bb1cfe8ad5996e382538cbf606427 /manifests/openbsd.pp
parent576bbf09d8516809d7373dc9b4e725ce2151a463 (diff)
parentad6ecdffe7d8267d1bfa74ece164ee1129ca8d26 (diff)
downloadpuppet-sshd-8ecac4219f3d5975fba20316c7d469153d2ca4fc.tar.gz
puppet-sshd-8ecac4219f3d5975fba20316c7d469153d2ca4fc.tar.bz2
Merge remote-tracking branch 'githubmirror/master'
Diffstat (limited to 'manifests/openbsd.pp')
-rw-r--r--manifests/openbsd.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/openbsd.pp b/manifests/openbsd.pp
index f1379d7..1ad37cc 100644
--- a/manifests/openbsd.pp
+++ b/manifests/openbsd.pp
@@ -1,8 +1,8 @@
class sshd::openbsd inherits sshd::base {
Service[sshd]{
- restart => '/bin/kill -HUP `/bin/cat /var/run/sshd.pid`',
- stop => '/bin/kill `/bin/cat /var/run/sshd.pid`',
- start => '/usr/sbin/sshd',
+ restart => '/bin/kill -HUP `/bin/cat /var/run/sshd.pid`',
+ stop => '/bin/kill `/bin/cat /var/run/sshd.pid`',
+ start => '/usr/sbin/sshd',
hasstatus => false,
}
}