X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/67c2aceb91955ff583c41807759d203a4478e4b1..f9df026cd56d01d7ffe795f40f76e5818d00c781:/roles/ironbelly.rb?ds=sidebyside diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 3edf96241..38bc9edb8 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -22,12 +22,6 @@ default_attributes( :data => "/store/elasticsearch" } }, - :git => { - :allowed_nodes => "*:*", - :user => "chefrepo", - :group => "chefrepo", - :backup => "chef-git" - }, :networking => { :interfaces => { :internal_ipv4 => { @@ -126,8 +120,6 @@ default_attributes( run_list( "role[ic]", "role[gateway]", - "role[chef-server]", - "role[chef-repository]", "role[web-storage]", "role[supybot]", "role[backup]", @@ -137,7 +129,5 @@ run_list( "role[logstash]", "recipe[rsyncd]", "recipe[openvpn]", - "recipe[git::server]", - "recipe[tilelog]", - "recipe[serverinfo]" + "recipe[tilelog]" )