X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=modules%2Fferm%2Fmanifests%2Fzivit.pp;h=2b2e34363e3bf56f6a56f1bc612016d453f78690;hb=ea38cb207a9d4863eac3a612a72578e3287aad3e;hp=195bc8bde994fe75596f615d864f9ad4bbd11a0d;hpb=29cbe59430d1e7d7d5575579b48513c56227e2f7;p=mirror%2Fdsa-puppet.git 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)' - } }