]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
fixed typo in README
authorVarac <varacanero@zeromail.org>
Mon, 7 Dec 2009 11:12:12 +0000 (12:12 +0100)
committermh <mh@immerda.ch>
Mon, 7 Dec 2009 16:50:07 +0000 (17:50 +0100)
README
manifests/init.pp

diff --git a/README b/README
index bb76772e9ee4eab04827a7ba2cee3b2a2e7bc3a5..66f1a621cb7f6eeed16baa0e08568e47c5396d5d 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ node xy {
        include config::site-shorewall
        shorewall::rule {
                'incoming-ssh': source => 'all', destination => '$FW',  action  => 'SSH/ACCEPT', order => 200;
-               'incoming-puppetmaster': source => 'all', destination => '$FW',  action  => 'Puppermaster/ACCEPT', order => 300;
+               'incoming-puppetmaster': source => 'all', destination => '$FW',  action  => 'Puppetmaster/ACCEPT', order => 300;
                'incoming-imap': source => 'all', destination => '$FW',  action  => 'IMAP/ACCEPT', order => 300;
                'incoming-smtp': source => 'all', destination => '$FW',  action  => 'SMTP/ACCEPT', order => 300;
        }
index 1daf4036efd73c8125154442fa6c7e68ee13f77b..70086dc9274187a004eacdc9c19aae894d1f4bb0 100644 (file)
@@ -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 }
     }