From 2c9e690d90e8fda3ad9b9ed7dc755c198127df7d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 3 Jun 2010 23:29:10 -0300 Subject: Using sshd::client::debian for ubuntu --- manifests/client.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/client.pp') 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 } -- cgit v1.2.3