]> git.openstreetmap.org Git - chef.git/blobdiff - roles/gps-tile.rb
name template script correctly
[chef.git] / roles / gps-tile.rb
index 0b20f713dcecceb44a9851267cf59eb20b499ee8..3209148d595d2d8657a423b33eebcae584dd255c 100644 (file)
@@ -4,8 +4,16 @@ description "Role applied to all GPS tile servers"
 default_attributes(
   :accounts => {
     :users => {
-      :gpstile => :role,
-      :enf => { :status => :administrator }
+      :enf => { :status => :administrator },
+      :gpstile => {
+        :status => :role,
+        :members => [:enf, :tomh]
+      }
+    }
+  },
+  :apache => {
+    :ssl => {
+      :certificate => "tile.openstreetmap"
     }
   }
 )