From: intrigeri Date: Wed, 13 Oct 2010 21:48:39 +0000 (+0200) Subject: sshd service has status and restart commands in post-etch Debian releases. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=060703f6a2c40e3fc6d16c1df16be6c307c60340;p=puppet-sshd.git sshd service has status and restart commands in post-etch Debian releases. --- 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]{