From 7818baebd01db2bb7b438e5e6e4200c942da4fd6 Mon Sep 17 00:00:00 2001 From: Varac Date: Mon, 7 Dec 2009 12:12:12 +0100 Subject: fixed typo in README --- manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 1daf403..70086dc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,8 +4,7 @@ class shorewall { case $operatingsystem { gentoo: { include shorewall::gentoo } - debian: { include shorewall::debian } - ubuntu: { include shorewall::debian } + debian,ubuntu: { include shorewall::debian } default: { notice "unknown operatingsystem: $operatingsystem" include shorewall::base } } -- cgit v1.2.3