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
e732ebc5
Commit
e732ebc5
authored
Mar 02, 2011
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do it as a define so we can easily pass multiple target zones
parent
e429b600
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
manifests/rules/out/ekeyd.pp
manifests/rules/out/ekeyd.pp
+3
-4
No files found.
manifests/rules/out/ekeyd.pp
View file @
e732ebc5
class
shorewall::rules::out::ekeyd
(
$ekeyd_host
)
{
shorewall::rule
{
'
me-
net
-tcp_ekeyd
'
:
define
shorewall::rules::out::ekeyd
(
$ekeyd_host
)
{
shorewall::rule
{
"
me-
${name}
-tcp_ekeyd
"
:
source
=>
'$FW'
,
destination
=>
"
net
:
${ekeyd_host}
"
,
destination
=>
"
${name}
:
${ekeyd_host}
"
,
proto
=>
'tcp'
,
destinationport
=>
'8888'
,
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