diff options
author | intrigeri <intrigeri@boum.org> | 2010-10-13 23:48:39 +0200 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2010-10-13 23:48:39 +0200 |
commit | 060703f6a2c40e3fc6d16c1df16be6c307c60340 (patch) | |
tree | 4dcc9754a81123953ff69613dad70899ff9bc8ec | |
parent | 456e42b035e53e72e1aebd4689fa1a230fb49226 (diff) | |
download | puppet-sshd-060703f6a2c40e3fc6d16c1df16be6c307c60340.tar.gz puppet-sshd-060703f6a2c40e3fc6d16c1df16be6c307c60340.tar.bz2 |
sshd service has status and restart commands in post-etch Debian releases.
-rw-r--r-- | manifests/debian.pp | 3 |
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]{ |