aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorVarac <varacanero@zeromail.org>2009-12-10 12:51:22 +0100
committerVarac <varacanero@zeromail.org>2009-12-10 12:51:22 +0100
commit1951c8a7d72f677fff9fbdf955bf883f4d9a4f61 (patch)
tree1b48f443acb829e700f39b70800332a7158daf62 /manifests
parente7a5ffbb316cd2277589f0c649be46fa3a93b160 (diff)
downloadpuppet-shorewall-1951c8a7d72f677fff9fbdf955bf883f4d9a4f61.tar.gz
puppet-shorewall-1951c8a7d72f677fff9fbdf955bf883f4d9a4f61.tar.bz2
added $shorewall_startup variable to disable startup, enabled by default
Diffstat (limited to 'manifests')
-rw-r--r--manifests/debian.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index 2583d85..d2ba35d 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -1,6 +1,7 @@
class shorewall::debian inherits shorewall::base {
file{'/etc/default/shorewall':
- source => "puppet://$server/modules/shorewall/debian/default",
+ #source => "puppet://$server/modules/shorewall/debian/default",
+ content => template("shorewall/debian_default.erb"),
require => Package['shorewall'],
notify => Service['shorewall'],
owner => root, group => 0, mode => 0644;