From: Silvio Rhatto Date: Fri, 4 Jun 2010 02:29:10 +0000 (-0300) Subject: Using sshd::client::debian for ubuntu X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2c9e690d90e8fda3ad9b9ed7dc755c198127df7d;p=puppet-sshd.git Using sshd::client::debian for ubuntu --- diff --git a/manifests/client.pp b/manifests/client.pp index ad05d43..0d1d198 100644 --- a/manifests/client.pp +++ b/manifests/client.pp @@ -2,7 +2,7 @@ class sshd::client { case $operatingsystem { - debian: { include sshd::client::debian } + debian,ubuntu: { include sshd::client::debian } default: { case $kernel { linux: { include sshd::client::linux }