]> git.openstreetmap.org Git - chef.git/commitdiff
Add nginx stable repo + enable on tilecaches
authorGrant Slater <git@firefishy.com>
Fri, 18 Oct 2013 15:15:43 +0000 (16:15 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 18 Oct 2013 15:15:43 +0000 (16:15 +0100)
cookbooks/apt/recipes/default.rb
roles/tilecache.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
+
index daaaddf2c3d2ca87e5e51b461973a5b8cb908136..bbabdea11b1d37932d610956ea2bb764d688cd55 100644 (file)
@@ -2,6 +2,9 @@ name "tilecache"
 description "Role applied to all tile cache servers"
 
 default_attributes(
+  :apt => {
+    :sources => [ "nginx" ]
+  },
   :sysctl => {
     :network_conntrack_time_wait => {
       :comment => "Only track completed connections for 30 seconds",