summaryrefslogtreecommitdiff
path: root/puppet/modules/shorewall/manifests/rules/out/keyserver.pp
blob: aa7147e07780c1536321f9ae2a606f7d6cc8d352 (plain)
1
2
3
4
5
6
7
8
9
10
11
class shorewall::rules::out::keyserver {
  shorewall::rule {
    'me-net-tcp_keyserver':
      source          =>  '$FW',
      destination     =>  'net',
      proto           =>  'tcp',
      destinationport =>  '11371,11372',
      order           =>  240,
      action          => 'ACCEPT'; 
 }
}