]> git.openstreetmap.org Git - chef.git/blobdiff - roles/tilecache.rb
Add nginx stable repo + enable on tilecaches
[chef.git] / roles / tilecache.rb
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",