From 8aff36f30dc7d2df2ba40783f422b2405106e926 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 2 Aug 2022 15:15:43 +0100 Subject: [PATCH] Remove support for rsyncing old hosts data --- roles/ironbelly.rb | 15 --------------- 1 file changed, 15 deletions(-) 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", -- 2.43.2