[PATCH] add ip6tables on proxy servers

Matt Domsch Matt_Domsch at dell.com
Fri Aug 28 21:11:15 UTC 2009


From: Matt Domsch <mdomsch at puppet1.fedora.phx.redhat.com>

---
 manifests/servergroups/proxy.pp |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/manifests/servergroups/proxy.pp b/manifests/servergroups/proxy.pp
index eeb9e19..745909e 100644
--- a/manifests/servergroups/proxy.pp
+++ b/manifests/servergroups/proxy.pp
@@ -772,11 +772,20 @@ class proxy {
         content => template("system/iptables-template.conf.erb"),
     }
 
+    ip6tables { "/etc/sysconfig/ip6tables":
+        content => template("system/ip6tables-template.conf.erb"),
+    }
+
     service { "iptables":
         ensure    => running,
         hasstatus => true,
     }
 
+    service { "ip6tables":
+        ensure    => running,
+        hasstatus => true,
+    }
+
     selboolean { [
         "httpd_can_network_connect_db",
         "httpd_can_network_relay",
-- 
1.5.5.6




More information about the Fedora-infrastructure-list mailing list