diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 7139c49..6dea657 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 => "${name} ${host} ${options}", + line => "${interface} ${host} ${options}", } } |