X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=2756e59f0b574a16a79a65da28bdfbc5b7dc4a5d;hb=650335318c9021ace96b0cb6d49a13c1a472271f;hp=d6fbb0a1d34b35962c86f10590b8d7962906ea83;hpb=fac17147967cf162d1e2816273b491fd2bd85f14;p=dsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index d6fbb0a1..2756e59f 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -3,6 +3,14 @@ class ferm::per-host { include ferm::zivit } + if $::hostname in [klecker,merikanto,powell,ravel,rietz,senfl,sibelius,stabile] { + ferm::rule { 'dsa-rsync': + domain => '(ip ip6)', + description => 'Allow rsync access', + rule => '&SERVICE(tcp, 873)' + } + } + case $::hostname { piatti,samosa: { @ferm::rule { 'dsa-udd-stunnel': @@ -217,7 +225,4 @@ REJECT reject-with icmp-admin-prohibited default: {} } - if $::rsyncd { - include ferm::rsync - } }