aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 27f9c4c..d6b2d2a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -49,12 +49,12 @@ class shorewall(
) {
case $::operatingsystem {
- gentoo: { include shorewall::gentoo }
- debian,ubuntu: { include shorewall::debian }
- centos: { include shorewall::centos }
+ 'Gentoo': { include ::shorewall::gentoo }
+ 'Debian','Ubuntu': { include ::shorewall::debian }
+ 'CentOS': { include ::shorewall::centos }
default: {
notice "unknown operatingsystem: ${::operatingsystem}"
- include shorewall::base
+ include ::shorewall::base
}
}