From: am Date: Thu, 15 Nov 2007 20:01:46 +0000 (+0000) Subject: das shorewall beispielscript war alt ... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=caa39d41522604df38d6dfb1d31ec7ffd969e014;p=puppet-shorewall.git das shorewall beispielscript war alt ... git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@91 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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}", } }