X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ae2f123c1fe7753bee2fe74dab1b554ac0820e94..aa06695d58ccf3e5d3297922019657bf1731885a:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 8260dfb28..7dd1ddfec 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -2,9 +2,6 @@ name "ironbelly" description "Master role applied to ironbelly" default_attributes( - :apt => { - :sources => ["ubuntugis-unstable"] - }, :bind => { :clients => "equinix-ams" }, @@ -73,21 +70,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",