diff options
author | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-05-17 10:24:46 +0000 |
---|---|---|
committer | mh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279> | 2008-05-17 10:24:46 +0000 |
commit | 621ba45b6982096a241d7ffa150b388a25c49344 (patch) | |
tree | 8b6372fda412f995a2c39367b68d046b0cf2e923 | |
parent | 772cec8d65dfebef78f5f3463102fa5ef0699af5 (diff) | |
download | puppet-shorewall-621ba45b6982096a241d7ffa150b388a25c49344.tar.gz puppet-shorewall-621ba45b6982096a241d7ffa150b388a25c49344.tar.bz2 |
added author
git-svn-id: https://svn/ipuppet/trunk/modules/shorewall@1496 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 9786d0e..2ec160b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,6 +1,8 @@ # modules/shorewall/manifests/init.pp - manage firewalling with shorewall 3.x # Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at> # See LICENSE for the full license granted to you. +# adapted by immerda project group +# admin+puppet(at)immerda.ch # # Based on the work of ADNET Ghislain <gadnet@aqueos.com> from AQUEOS # at https://reductivelabs.com/trac/puppet/wiki/AqueosShorewall |