From 060703f6a2c40e3fc6d16c1df16be6c307c60340 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Wed, 13 Oct 2010 23:48:39 +0200 Subject: sshd service has status and restart commands in post-etch Debian releases. --- manifests/debian.pp | 3 +-- 1 file changed, 1 insertion(+), 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]{ -- cgit v1.2.3