X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f6c6fe0e03625c4d906f3b98b5b6933f5d781533..d047e2bd47ec035f11ce1ced0d1e217a10edd838:/cookbooks/apt/recipes/default.rb?ds=inline diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 5756e0396..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 @@ -102,9 +102,16 @@ 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