diff options
author | Varac <varacanero@zeromail.org> | 2009-12-07 12:12:12 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-12-07 17:50:07 +0100 |
commit | 7818baebd01db2bb7b438e5e6e4200c942da4fd6 (patch) | |
tree | dc64badeab8db9c50720cc6463b9953aadd7edc3 /manifests | |
parent | 7b06928be2c3b50ae80f8831cc9749cf7561df51 (diff) | |
download | puppet-shorewall-7818baebd01db2bb7b438e5e6e4200c942da4fd6.tar.gz puppet-shorewall-7818baebd01db2bb7b438e5e6e4200c942da4fd6.tar.bz2 |
fixed typo in README
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 3 |
1 files changed, 1 insertions, 2 deletions
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 } } |