aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-06-20 14:00:52 -0400
committerMicah Anderson <micah@riseup.net>2012-06-20 14:00:52 -0400
commit2ebf9988ede4c54082abf9a5da98f4456464568a (patch)
tree7e29d826cc720c3ad3be2691c1c41a0ea9b3ea11
parentf4bd79a9e451c60b142cab73b87ef194532cc785 (diff)
downloadpuppet-shorewall-2ebf9988ede4c54082abf9a5da98f4456464568a.tar.gz
puppet-shorewall-2ebf9988ede4c54082abf9a5da98f4456464568a.tar.bz2
fix for an incorrect merge
-rw-r--r--manifests/routestopped.pp2
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}",
}
}