summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-05-26 17:47:46 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-05-26 17:47:46 +0200
commitcd86e09b9701692452f80a49cec68574ed67b39e (patch)
tree9f817938a63a529bea8d8deb5ef05a49cdfa0f44 /manifests/init.pp
parent2bd5b840234352daf85ecc2dcaff4f4fbc43a0ab (diff)
removed shorewall
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 0 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ef73956..ef83b3e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -26,8 +26,4 @@ class resolvconf {
mode => 444,
content => template("resolvconf/resolvconf.erb")
}
-
- if $use_shorewall {
- include resolvconf::shorewall
- }
}