aboutsummaryrefslogtreecommitdiff
path: root/manifests/rules/out/keyserver.pp
blob: 45fdf622ddfef822b06e4206c7207ce3ca49a971 (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',
      order           =>  240,
      action          => 'ACCEPT'; 
 }
}