summaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-12-10 18:13:29 +0100
committermh <mh@immerda.ch>2009-12-10 18:13:29 +0100
commit1332fd3e9d340441bd36c9cd617d350b0497ad59 (patch)
treed77362ec6a6ecdc4d5c33059dd6938daf1326014 /manifests/debian.pp
parent566cd55dfbfc3ddd9dfed6529803a69526e6fb89 (diff)
initialize variable if not set
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index d2ba35d..4f9f337 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,4 +1,7 @@
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"),