Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
chris
puppet-shorewall
Commits
03cf926a
Commit
03cf926a
authored
Oct 25, 2010
by
Juerg Gerber
Committed by
Marcel Haerry
Aug 04, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added rule for tomcat
parent
77dd3cb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
manifests/rules/tomcat.pp
manifests/rules/tomcat.pp
+12
-0
No files found.
manifests/rules/tomcat.pp
0 → 100644
View file @
03cf926a
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'
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment