From: Micah Anderson Date: Wed, 20 Jun 2012 18:00:52 +0000 (-0400) Subject: fix for an incorrect merge X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2ebf9988ede4c54082abf9a5da98f4456464568a;p=puppet-shorewall.git fix for an incorrect merge --- diff --git a/manifests/routestopped.pp b/manifests/routestopped.pp index 0e39d13..aca57b5 100644 --- a/manifests/routestopped.pp +++ b/manifests/routestopped.pp @@ -8,7 +8,7 @@ define shorewall::routestopped( '' => $name, default => $interface, } - shorewall::entry{"routestopped.d/${order}-${name}": + shorewall::entry{"routestopped-${order}-${name}": line => "${real_interface} ${host} ${options}", } }