]> git.openstreetmap.org Git - chef.git/blobdiff - roles/lockheed.rb
Add missing imagery attributes
[chef.git] / roles / lockheed.rb
index ff2494dca615b1bb300d779f78cd658ee76725d3..8f42973e6256375891cabb2d43c5a32de8d9e646 100644 (file)
@@ -28,10 +28,22 @@ default_attributes(
         }
       }
     }
+  },
+  :nginx => {
+    :cache => {
+      :proxy => {
+          :enable => true,
+          :keys_zone => "proxy_cache_zone:256M",
+          :inactive => "180d",
+          :max_size => "51200M"
+      }
+    }
   }
 )
 
 run_list(
   "role[equinix-ams]",
-  "role[hp-g9]"
+  "role[hp-g9]",
+  "recipe[imagery::za_ngi_aerial]",
+  "recipe[imagery::us_imagery]"
 )