diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-11 13:14:47 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-04-11 13:14:47 +0000 |
commit | 71da05e453dac81f3e95230e70c2c5b269b972c6 (patch) | |
tree | 64fa790bff1cb8b7f83db7c66a821d48220a7ce8 /manifests/init.pp | |
parent | 1ba819a1921a3a372222fc67b0d1d8120b793f4d (diff) | |
download | puppet-sshd-71da05e453dac81f3e95230e70c2c5b269b972c6.tar.gz puppet-sshd-71da05e453dac81f3e95230e70c2c5b269b972c6.tar.bz2 |
added debian and ubuntu
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@1197 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/init.pp')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
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 } } } |