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
1332fd3e
Commit
1332fd3e
authored
Dec 10, 2009
by
mh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initialize variable if not set
parent
566cd55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
manifests/debian.pp
manifests/debian.pp
+3
-0
No files found.
manifests/debian.pp
View file @
1332fd3e
class
shorewall::debian
inherits
shorewall::base
{
case
$shorewall_startup
{
''
:
{
$shorewall_startup
=
1
}
}
file
{
'/etc/default/shorewall'
:
#source => "puppet://$server/modules/shorewall/debian/default",
content
=>
template
(
"shorewall/debian_default.erb"
),
...
...
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