X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/414079c5747f105c0df41b10757a779485909f09..403b177a953175b40f6ea6a4902dba4ec9ce51eb:/roles/shenron.rb diff --git a/roles/shenron.rb b/roles/shenron.rb index d6e8ff9c5..2634ec0d2 100644 --- a/roles/shenron.rb +++ b/roles/shenron.rb @@ -17,6 +17,9 @@ default_attributes( :max_spare_threads => 150 } }, + :apt => { + :sources => ["brightbox-ruby-ng"] + }, :hardware => { :modules => [ "it87" @@ -71,5 +74,6 @@ run_list( "role[dns]", "role[geodns]", "role[chef-repository]", + "recipe[blogs]", "recipe[openvpn]" )