]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Switch load to katla temporarily to reboot ramoth
[chef.git] / roles / ridley.rb
index 0edbf7eeadad8ff41b6bd88e28f10a88b37a9e76..d3244ea8869be1793c9ca07bcbede563e2ef0710 100644 (file)
@@ -2,6 +2,9 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :ssl => {
+    :certificates => %w(osmfoundation openstreetmap)
+  },
   :apache => {
     :ssl => {
       :certificate => "osmfoundation",
@@ -92,7 +95,7 @@ run_list(
   "role[switch2osm]",
   "role[blog]",
   "role[otrs]",
-  "role[thinkup]",
+  "role[donate]",
   "recipe[dhcpd]",
   "recipe[openvpn]"
 )