From b6d1350babf8a3b7b89f53a15ac98328b2cd2bf1 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 13 Feb 2017 20:10:54 +0100 Subject: [PATCH] remove no longer needed rsync access ferm role - glinka is history and gretchaninov is in the syncproxy role --- modules/ferm/manifests/per-host.pp | 8 -------- 1 file changed, 8 deletions(-) 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': -- 2.20.1