]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
syntax
authorPeter Palfrader <peter@palfrader.org>
Sat, 23 Aug 2014 09:51:08 +0000 (11:51 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sat, 23 Aug 2014 09:51:08 +0000 (11:51 +0200)
modules/roles/manifests/static_base.pp

index ed1f55f2520f1997153525e6a532ab5976d162d2..216c9bf9b57bc40fdb07b10294b15e5b1ef28756 100644 (file)
@@ -23,13 +23,13 @@ class roles::static_base {
 
        @ferm::rule { 'dsa-static-bt-v4':
                description => 'Allow bt between static hosts',
-               rule        => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881-6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V4) ACCEPT; }',
+               rule        => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881:6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V4) ACCEPT; }',
                notarule    => true,
        }
        @ferm::rule { 'dsa-static-bt-v6':
                description => 'Allow bt between static hosts',
                domain      => 'ip6',
-               rule        => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881-6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V6) ACCEPT; }',
+               rule        => 'proto tcp mod state state (NEW) mod multiport destination-ports (6881:6999) @subchain \'static-bt\' { saddr ($HOST_STATIC_V6) ACCEPT; }',
                notarule    => true,
        }
 }