From: mh Date: Sat, 28 Nov 2015 16:41:51 +0000 (+0100) Subject: linting for future parser X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6bca4007a104cc7f1736613679b171f19a706685;p=puppet-shorewall.git linting for future parser --- 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 } }