]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
move tftp from paganini to jenkins. no more dhcp at ubc for now
authorPeter Palfrader <peter@palfrader.org>
Sun, 27 Oct 2013 10:02:26 +0000 (11:02 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 27 Oct 2013 10:02:26 +0000 (11:02 +0100)
modules/ferm/manifests/per-host.pp

index 725fc6d260171e2c3609eb4da5219b2caf158dda..74c001bdc91d6806bc40e4f2d1e6d4d044ba5cd7 100644 (file)
@@ -38,22 +38,22 @@ class ferm::per-host {
                                rule            => 'destination 78.8.208.246/32 proto tcp dport 25 jump DROP',
                        }
                }
-               abel,alwyn,rietz: {
-                       @ferm::rule { 'dsa-tftp':
-                               description     => 'Allow tftp access',
-                               rule            => '&SERVICE(udp, 69)'
-                       }
-               }
-               paganini: {
-                       @ferm::rule { 'dsa-dhcp':
-                               description     => 'Allow dhcp access',
-                               rule            => '&SERVICE(udp, 67)'
-                       }
+               abel,alwyn,rietz,jenkins: {
                        @ferm::rule { 'dsa-tftp':
                                description     => 'Allow tftp access',
                                rule            => '&SERVICE(udp, 69)'
                        }
                }
+               #paganini: {
+               #       @ferm::rule { 'dsa-dhcp':
+               #               description     => 'Allow dhcp access',
+               #               rule            => '&SERVICE(udp, 67)'
+               #       }
+               #       @ferm::rule { 'dsa-tftp':
+               #               description     => 'Allow tftp access',
+               #               rule            => '&SERVICE(udp, 69)'
+               #       }
+               #}
                lotti,lully: {
                        @ferm::rule { 'dsa-syslog':
                                description     => 'Allow syslog access',