]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gps-tile.rb
Make web frontends use backends in the same location
[chef.git] / roles / gps-tile.rb
index c4aba9dbd2fdb3dd52f8d410db96e8e7af49d630..3209148d595d2d8657a423b33eebcae584dd255c 100644 (file)
@@ -7,9 +7,14 @@ default_attributes(
       :enf => { :status => :administrator },
       :gpstile => {
         :status => :role,
-        :members => [ :enf, :tomh ]
+        :members => [:enf, :tomh]
       }
     }
+  },
+  :apache => {
+    :ssl => {
+      :certificate => "tile.openstreetmap"
+    }
   }
 )