From: Peter Palfrader Date: Mon, 13 Feb 2017 19:10:54 +0000 (+0100) Subject: remove no longer needed rsync access ferm role - glinka is history and gretchaninov... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b6d1350babf8a3b7b89f53a15ac98328b2cd2bf1;p=mirror%2Fdsa-puppet.git remove no longer needed rsync access ferm role - glinka is history and gretchaninov is in the syncproxy role --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index c2954c87a..809a9e424 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -3,14 +3,6 @@ class ferm::per-host { include ferm::zivit } - if $::hostname in [glinka,gretchaninov] { - ferm::rule { 'dsa-rsync': - domain => '(ip ip6)', - description => 'Allow rsync access', - rule => '&SERVICE(tcp, 873)' - } - } - case $::hostname { czerny,clementi: { @ferm::rule { 'dsa-upsmon':