]> git.openstreetmap.org Git - chef.git/commitdiff
Remove support for rsyncing old hosts data
authorTom Hughes <tom@compton.nu>
Tue, 2 Aug 2022 14:15:43 +0000 (15:15 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 2 Aug 2022 21:44:58 +0000 (22:44 +0100)
roles/ironbelly.rb

index 8260dfb28b7882570646ccd1d3e621e938008a05..635e197fa8dee4ebdd487a9a154f0faa590f6d09 100644 (file)
@@ -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",