]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
added debian and ubuntu
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 11 Apr 2008 13:14:47 +0000 (13:14 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 11 Apr 2008 13:14:47 +0000 (13:14 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1197 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index f3794d60c27c9b596e8fbe02fb02826024b8c2dc..a7ea3102c83cca3768651cb15f66fcc542bf78db 100644 (file)
@@ -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 }
     }
 }