From 3742c1a00c5602154a81834443ec5b0ca32c4ca0 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 10 May 2011 14:59:12 -0300 Subject: Adding ubuntu support --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 9db3a70..c55409f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,6 @@ class lsb { case $operatingsystem { - debian: { include lsb::debian } + debian,ubuntu: { include lsb::debian } centos: { include lsb::centos } } } -- cgit v1.2.3