]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
the rest will be included already by the client
authormh <mh@immerda.ch>
Mon, 18 Jun 2012 18:24:12 +0000 (15:24 -0300)
committermh <mh@immerda.ch>
Mon, 18 Jun 2012 18:24:12 +0000 (15:24 -0300)
manifests/rules/puppet/master.pp

index 8ef609f0e2e3c158d5a643ce4e77a533268ff7ce..925979c36502db5fdf25299cc6cee0bd3154fb8e 100644 (file)
@@ -1,11 +1,10 @@
 class shorewall::rules::puppet::master {
-    include ::shorewall::rules::puppet
-    shorewall::rule { 'net-me-tcp_puppet-main':
-        source          => 'net',
-        destination     => '$FW',
-        proto           => 'tcp',
-        destinationport => '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT',
-        order           => 240,
-        action          => 'ACCEPT';
-    }
+  shorewall::rule { 'net-me-tcp_puppet-main':
+    source          => 'net',
+    destination     => '$FW',
+    proto           => 'tcp',
+    destinationport => '$PUPPETSERVER_PORT,$PUPPETSERVER_SIGN_PORT',
+    order           => 240,
+    action          => 'ACCEPT';
+  }
 }