diff options
author | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-11-15 20:01:46 +0000 |
---|---|---|
committer | am <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2007-11-15 20:01:46 +0000 |
commit | caa39d41522604df38d6dfb1d31ec7ffd969e014 (patch) | |
tree | 17c413c2b76934b39c7350fb75c1bc7cc1f07f7c /manifests | |
parent | c82401ee2b65f971e5d0a639e7fe9050a77a32ab (diff) | |
download | puppet-shorewall-caa39d41522604df38d6dfb1d31ec7ffd969e014.tar.gz puppet-shorewall-caa39d41522604df38d6dfb1d31ec7ffd969e014.tar.bz2 |
das shorewall beispielscript war alt ...
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@91 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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}", } } |