From 1951c8a7d72f677fff9fbdf955bf883f4d9a4f61 Mon Sep 17 00:00:00 2001
From: Varac <varacanero@zeromail.org>
Date: Thu, 10 Dec 2009 12:51:22 +0100
Subject: added $shorewall_startup variable to disable startup, enabled by
 default

---
 manifests/debian.pp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'manifests')

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;
-- 
cgit v1.2.3