summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6dea657..7139c49 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -166,7 +166,7 @@ class shorewall {
managed_file { routestopped: }
define routestopped($host = '-', $options = '') {
entry { "routestopped.d/${name}":
- line => "${interface} ${host} ${options}",
+ line => "${name} ${host} ${options}",
}
}