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
7818baeb
Commit
7818baeb
authored
Dec 07, 2009
by
Varac
Committed by
mh
Dec 07, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed typo in README
parent
7b06928b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
README
README
+1
-1
manifests/init.pp
manifests/init.pp
+1
-2
No files found.
README
View file @
7818baeb
...
...
@@ -13,7 +13,7 @@ node xy {
include config::site-shorewall
shorewall::rule {
'incoming-ssh': source => 'all', destination => '$FW', action => 'SSH/ACCEPT', order => 200;
'incoming-puppetmaster': source => 'all', destination => '$FW', action => 'Puppe
r
master/ACCEPT', order => 300;
'incoming-puppetmaster': source => 'all', destination => '$FW', action => 'Puppe
t
master/ACCEPT', order => 300;
'incoming-imap': source => 'all', destination => '$FW', action => 'IMAP/ACCEPT', order => 300;
'incoming-smtp': source => 'all', destination => '$FW', action => 'SMTP/ACCEPT', order => 300;
}
...
...
manifests/init.pp
View file @
7818baeb
...
...
@@ -4,8 +4,7 @@ class shorewall {
case
$operatingsystem
{
gentoo
:
{
include
shorewall::gentoo
}
debian
:
{
include
shorewall::debian
}
ubuntu
:
{
include
shorewall::debian
}
debian
,
ubuntu
:
{
include
shorewall::debian
}
default
:
{
notice
"unknown operatingsystem:
$operatingsystem
"
include
shorewall::base
}
}
...
...
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