]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
refactor things for >2.7
authormh <mh@immerda.ch>
Fri, 8 Jun 2012 16:15:18 +0000 (13:15 -0300)
committermh <mh@immerda.ch>
Fri, 8 Jun 2012 16:15:18 +0000 (13:15 -0300)
manifests/rules/out/ekeyd.pp

index 858dca4b630c197286d27634968c65ba6cd4d514..8acdaad5082271deef2aba1c36ac7f5a8b1a6a03 100644 (file)
@@ -1,7 +1,7 @@
-define shorewall::rules::out::ekeyd($ekeyd_host) {
+define shorewall::rules::out::ekeyd($host) {
   shorewall::rule { "me-${name}-tcp_ekeyd":
     source          => '$FW',
-    destination     => "${name}:${ekeyd_host}",
+    destination     => "${name}:${host}",
     proto           => 'tcp',
     destinationport => '8888',
     order           => 240,