diff options
author | Micah Anderson <micah@riseup.net> | 2012-06-20 14:00:52 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2012-06-20 14:00:52 -0400 |
commit | 2ebf9988ede4c54082abf9a5da98f4456464568a (patch) | |
tree | 7e29d826cc720c3ad3be2691c1c41a0ea9b3ea11 | |
parent | f4bd79a9e451c60b142cab73b87ef194532cc785 (diff) | |
download | puppet-shorewall-2ebf9988ede4c54082abf9a5da98f4456464568a.tar.gz puppet-shorewall-2ebf9988ede4c54082abf9a5da98f4456464568a.tar.bz2 |
fix for an incorrect merge
-rw-r--r-- | manifests/routestopped.pp | 2 |
1 files changed, 1 insertions, 1 deletions
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}", } } |