X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/43ac33e14359233612376a19c7f47903228d6639..aff3fbe6802d93a8deae8fa2637589c8d28f6681:/roles/ironbelly.rb diff --git a/roles/ironbelly.rb b/roles/ironbelly.rb index 85ba5e60d..fb86c78f0 100644 --- a/roles/ironbelly.rb +++ b/roles/ironbelly.rb @@ -5,11 +5,6 @@ default_attributes( :apt => { :sources => ["ubuntugis-unstable"] }, - :chef => { - :client => { - :version => "12.1.2-1" - } - }, :git => { :allowed_nodes => "*:*", :user => "chefrepo", @@ -102,6 +97,7 @@ run_list( "role[stats]", "role[planet]", "role[planetdump]", + "role[logstash]", "recipe[rsyncd]", "recipe[openvpn]", "recipe[git::server]",