]> gitweb.fluxo.info Git - puppet-shorewall.git/commitdiff
beispiel - module ungereimtheiten
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Thu, 15 Nov 2007 20:05:56 +0000 (20:05 +0000)
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Thu, 15 Nov 2007 20:05:56 +0000 (20:05 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@92 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 6dea6572acf9964b5ed750769cc8e7d82340c329..7139c49f9504b149a9aa841c20d360152df1711f 100644 (file)
@@ -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}",
                }
        }