From: Peter Palfrader Date: Sun, 22 Sep 2019 16:11:45 +0000 (+0200) Subject: Apparently we no longer monitor the time service on zivit hosts X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ea38cb207a9d4863eac3a612a72578e3287aad3e;p=mirror%2Fdsa-puppet.git Apparently we no longer monitor the time service on zivit hosts --- diff --git a/modules/ferm/manifests/zivit.pp b/modules/ferm/manifests/zivit.pp index 195bc8bde..2b2e34363 100644 --- a/modules/ferm/manifests/zivit.pp +++ b/modules/ferm/manifests/zivit.pp @@ -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)' - } }