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