From: Tom Hughes Date: Tue, 2 Aug 2022 14:15:43 +0000 (+0100) Subject: Remove support for rsyncing old hosts data X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/8aff36f30dc7d2df2ba40783f422b2405106e926 Remove support for rsyncing old hosts data --- diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 8260dfb28..635e197fa 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -73,21 +73,6 @@ default_attributes( }, :rsyncd => { :modules => { - :hosts => { - :comment => "Host data", - :path => "/home/hosts", - :read_only => true, - :write_only => false, - :list => false, - :uid => "tomh", - :gid => "tomh", - :transfer_logging => false, - :hosts_allow => [ - "212.110.172.32", # shenron - "2001:41c9:1:400::32", # shenron - "212.159.112.221" # grant - ] - }, :logs => { :comment => "Log files", :path => "/store/logs",