]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Use separate apt source list template for nginx
[chef.git] / cookbooks / apt / recipes / default.rb
index 5756e0396714508d9ea154cfb915b16faafe15b3..65f625a0bf2739b831be7f59292746d0a033e0da 100644 (file)
@@ -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