aboutsummaryrefslogtreecommitdiff
path: root/manifests/debian.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:26 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:26 +0200
commitf9c1086afb6c343fe65e989413acb80cb7d5cb86 (patch)
tree03fe9a40ad2d130387b53650e94ac9230493da7a /manifests/debian.pp
parent4e80aa8021c2a816c6004ddd329b62c6baad9c45 (diff)
downloadpuppet-shorewall-f9c1086afb6c343fe65e989413acb80cb7d5cb86.tar.gz
puppet-shorewall-f9c1086afb6c343fe65e989413acb80cb7d5cb86.tar.bz2
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/debian.pp')
-rw-r--r--manifests/debian.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/debian.pp b/manifests/debian.pp
index dfa890f..eab54a2 100644
--- a/manifests/debian.pp
+++ b/manifests/debian.pp
@@ -3,7 +3,7 @@ class shorewall::debian inherits shorewall::base {
'': { $shorewall_startup = "1" }
}
file{'/etc/default/shorewall':
- #source => "puppet://$server/modules/shorewall/debian/default",
+ #source => "puppet:///modules/shorewall/debian/default",
content => template("shorewall/debian_default.erb"),
require => Package['shorewall'],
notify => Service['shorewall'],