]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Switch load to katla temporarily to reboot ramoth
[chef.git] / roles / ridley.rb
index bb07b565fe21c7ac4c270b542599a27da6bbb61e..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",
@@ -12,11 +15,6 @@ default_attributes(
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"
   },
-  :exim => {
-    :aliases => {
-      :root => "grant"
-    }
-  },
   :munin => {
     :graphs => {
       :apcpdu_ucl => {
@@ -97,7 +95,7 @@ run_list(
   "role[switch2osm]",
   "role[blog]",
   "role[otrs]",
-  "role[thinkup]",
+  "role[donate]",
   "recipe[dhcpd]",
   "recipe[openvpn]"
 )