diff options
author | Varac <varacanero@zeromail.org> | 2009-12-10 12:51:22 +0100 |
---|---|---|
committer | Varac <varacanero@zeromail.org> | 2009-12-10 12:51:22 +0100 |
commit | 1951c8a7d72f677fff9fbdf955bf883f4d9a4f61 (patch) | |
tree | 1b48f443acb829e700f39b70800332a7158daf62 /manifests | |
parent | e7a5ffbb316cd2277589f0c649be46fa3a93b160 (diff) | |
download | puppet-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.pp | 3 |
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; |