]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Add nginx stable repo + enable on tilecaches
[chef.git] / cookbooks / apt / recipes / default.rb
index d3ec6e4c5626c4faa197a84d7a409de7c8ea5e48..f11894a7604e801c52737254cee798ebb98a58fe 100644 (file)
@@ -109,3 +109,9 @@ apt_source "mapnik-v210" do
   url "http://ppa.launchpad.net/mapnik/v2.1.0/ubuntu"
   key "5D50B6BA"
 end
+
+apt_source "nginx" do
+  url "http://nginx.org/packages/ubuntu"
+  key "7BD9BF62"
+end
+