summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-13 23:48:39 +0200
committerintrigeri <intrigeri@boum.org>2010-10-13 23:48:39 +0200
commit060703f6a2c40e3fc6d16c1df16be6c307c60340 (patch)
tree4dcc9754a81123953ff69613dad70899ff9bc8ec /manifests
parent456e42b035e53e72e1aebd4689fa1a230fb49226 (diff)
sshd service has status and restart commands in post-etch Debian releases.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp3
1 files changed, 1 insertions, 2 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 0cc4ede..43dc26c 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -9,8 +9,7 @@ class sshd::debian inherits sshd::linux {
$sshd_restartandstatus = $lsbdistcodename ? {
etch => false,
- lenny => true,
- default => false
+ default => true
}
Service[sshd]{