]> 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 d3ec6e4c5626c4faa197a84d7a409de7c8ea5e48..65f625a0bf2739b831be7f59292746d0a033e0da 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
+  template "nginx.list.erb"
+  url "http://nginx.org/packages/ubuntu"
+  key "7BD9BF62"
+end