X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/414079c5747f105c0df41b10757a779485909f09..4410e8b71cae55972a61b251bd39979b9ff77d74:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index d6e8ff9c5..42d25d9d0 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -17,7 +17,13 @@ default_attributes( :max_spare_threads => 150 } }, + :apt => { + :sources => ["brightbox-ruby-ng"] + }, :hardware => { + :mcelog => { + :enabled => false + }, :modules => [ "it87" ] @@ -71,5 +77,6 @@ run_list( "role[dns]", "role[geodns]", "role[chef-repository]", + "recipe[blogs]", "recipe[openvpn]" )