diff options
author | mh <mh@immerda.ch> | 2010-06-17 08:33:22 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2010-06-17 08:33:22 +0200 |
commit | 4e80aa8021c2a816c6004ddd329b62c6baad9c45 (patch) | |
tree | e16ab890f08c414849450306d42fc550edc2bcdf /manifests | |
parent | 08ab903abbe92a3614b389e55f284e5451d78bc5 (diff) | |
download | puppet-shorewall-4e80aa8021c2a816c6004ddd329b62c6baad9c45.tar.gz puppet-shorewall-4e80aa8021c2a816c6004ddd329b62c6baad9c45.tar.bz2 |
enabling also hkps to keyservers
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/rules/out/keyserver.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rules/out/keyserver.pp b/manifests/rules/out/keyserver.pp index 45fdf62..aa7147e 100644 --- a/manifests/rules/out/keyserver.pp +++ b/manifests/rules/out/keyserver.pp @@ -4,7 +4,7 @@ class shorewall::rules::out::keyserver { source => '$FW', destination => 'net', proto => 'tcp', - destinationport => '11371', + destinationport => '11371,11372', order => 240, action => 'ACCEPT'; } |