Skip to content

Commit

Permalink
added rule for tomcat
Browse files Browse the repository at this point in the history
  • Loading branch information
Juerg Gerber authored and Marcel Haerry committed Aug 4, 2011
1 parent 77dd3cb commit 03cf926
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions manifests/rules/tomcat.pp
@@ -0,0 +1,12 @@
class shorewall::rules::tomcat {
# open tomcat port
shorewall::rule {
'net-me-tomcat-tcp':
source => 'net',
destination => '$FW',
proto => 'tcp',
destinationport => '8080',
order => 240,
action => 'ACCEPT';
}
}

0 comments on commit 03cf926

Please sign in to comment.