]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
sshd service has status and restart commands in post-etch Debian releases.
authorintrigeri <intrigeri@boum.org>
Wed, 13 Oct 2010 21:48:39 +0000 (23:48 +0200)
committerintrigeri <intrigeri@boum.org>
Wed, 13 Oct 2010 21:48:39 +0000 (23:48 +0200)
manifests/debian.pp

index 0cc4ede16d57da3c21335a3ff0078d8489e12473..43dc26c7d9a8977f3317829e828e46531141929f 100644 (file)
@@ -9,8 +9,7 @@ class sshd::debian inherits sshd::linux {
 
   $sshd_restartandstatus = $lsbdistcodename ? {
     etch => false,
-    lenny => true,
-    default => false
+    default => true
   }
 
   Service[sshd]{