X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/805ab61e66fe3adb45e57f50e49b168d84a6a8b1..78e29ff52119417c16425562cead9eb4c77bc1ea:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 4b5fdf7a7..a8e41cc0f 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -34,7 +34,7 @@ template "/etc/apt/sources.list" do owner "root" group "root" mode 0644 - notifies :run, resources(:execute => "apt-update") + notifies :run, "execute[apt-update]" end apt_source "opscode" do @@ -100,7 +100,18 @@ apt_source "management-component-pack" do key "2689B887" end +apt_source "hwraid" do + url "http://hwraid.le-vert.net/ubuntu" + key "23B3D3B4" +end + apt_source "mapnik-v210" do url "http://ppa.launchpad.net/mapnik/v2.1.0/ubuntu" key "5D50B6BA" end + +apt_source "nginx" do + template "nginx.list.erb" + url "http://nginx.org/packages/ubuntu" + key "7BD9BF62" +end