aboutsummaryrefslogtreecommitdiff
path: root/manifests/openbsd.pp
diff options
context:
space:
mode:
authorduritong <peter.meier+github@immerda.ch>2013-02-04 12:40:26 -0800
committerduritong <peter.meier+github@immerda.ch>2013-02-04 12:40:26 -0800
commitad6ecdffe7d8267d1bfa74ece164ee1129ca8d26 (patch)
tree3f4369f8d4e738f074d3cf849683fd5a356ee6e0 /manifests/openbsd.pp
parentef73d094dcd10d9c8729d6b29cefffe962a9e3f4 (diff)
parent7743650cde95129b4ace3ca14082ae3e47d671b6 (diff)
downloadpuppet-sshd-ad6ecdffe7d8267d1bfa74ece164ee1129ca8d26.tar.gz
puppet-sshd-ad6ecdffe7d8267d1bfa74ece164ee1129ca8d26.tar.bz2
Merge pull request #2 from mmoll/style
style fixes
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,
}
}