]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/manifests/per-host.pp
Revert "allow mfl to access adayevskaya via ssh"
[dsa-puppet.git] / modules / ferm / manifests / per-host.pp
index 637159916ad4e686a6f739749522ea24f99191c0..17b16070429498dc8e9955f1fb0d61d1b1db3523 100644 (file)
@@ -455,16 +455,21 @@ REJECT reject-with icmp-admin-prohibited
        }
        # tftp
        case $::hostname {
-               abel,jenkins: {
+               abel: {
                        @ferm::rule { 'dsa-tftp':
                                description     => 'Allow tftp access',
-                               rule            => '&SERVICE(udp, 69)'
+                               rule            => '&SERVICE_RANGE(udp, 69, ( 172.28.17.0/24 ))'
+                       }
+               }
+               jenkins: {
+                       @ferm::rule { 'dsa-tftp':
+                               description     => 'Allow tftp access',
+                               rule            => '&SERVICE_RANGE(udp, 69, ( 192.168.2.0/24 206.12.19.0/24 ))'
                        }
                }
                master: {
                        @ferm::rule { 'dsa-tftp':
                                description     => 'Allow tftp access',
-                               rule            => '&SERVICE(udp, 69)'
                                rule            => '&SERVICE_RANGE(udp, 69, ( 82.195.75.64/26 ))'
                        }
                }