Apparently we no longer monitor the time service on zivit hosts
[mirror/dsa-puppet.git] / modules / ferm / manifests / zivit.pp
index 195bc8b..2b2e343 100644 (file)
@@ -7,9 +7,5 @@ class ferm::zivit {
                description => 'port 10050 for zabbix for zivit',
                rule        => '&SERVICE_RANGE(tcp, 10050, ( 10.130.18.76 ))'
        }
-       ferm::rule { 'dsa-time':
-               description => 'Allow time access',
-               rule        => '&SERVICE_RANGE(tcp, time, $HOST_NAGIOS_V4)'
-       }
 }