From: mh Date: Fri, 11 Apr 2008 13:14:47 +0000 (+0000) Subject: added debian and ubuntu X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=71da05e453dac81f3e95230e70c2c5b269b972c6;p=puppet-sshd.git added debian and ubuntu git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1197 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index f3794d6..a7ea310 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -10,6 +10,8 @@ class sshd { redhat: { include sshd::redhat } centos: { include sshd::centos } openbsd: { include sshd::openbsd } + debian: { include sshd::debian } + ubuntu: { include sshd::ubuntu } default: { include sshd::default } } }