]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/manifests/init.pp
enable the nf_ftp_conntrack hook
[dsa-puppet.git] / modules / ferm / manifests / init.pp
index 2663852c04fb536e247d94c8bb88fa74e6908fbd..b565a5a1d51bb178691f9b00c7efc21410f0ace3 100644 (file)
@@ -62,16 +62,16 @@ class ferm {
         $munin_ips: script => "ip_";
     }
 
-#    case extractnodeinfo($nodeinfo, 'buildd') {
-#        'true': {
-#            file {
-#                "/etc/ferm/conf.d/load_ftp_conntrack.conf":
-#                    source => "puppet:///ferm/conntrack_ftp.conf",
-#                    require => Package["ferm"],
-#                    notify  => Exec["ferm restart"];
-#            }
-#        }
-#    }
+    case extractnodeinfo($nodeinfo, 'buildd') {
+        'true': {
+            file {
+                "/etc/ferm/conf.d/load_ftp_conntrack.conf":
+                    source => "puppet:///ferm/conntrack_ftp.conf",
+                    require => Package["ferm"],
+                    notify  => Exec["ferm restart"];
+            }
+        }
+    }
 
     case $v6ips {
         'no': {}