]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Upgrade ridley to chef 13
[chef.git] / roles / ridley.rb
index d87bd4b1d1a790841aaf441d3a51ae9846a2dde5..e83f9f2b60c29ff19f7e0ca1602c6e40076d60bd 100644 (file)
@@ -2,13 +2,9 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
-  :ssl => {
-    :certificates => %w(osmfoundation openstreetmap)
-  },
-  :apache => {
-    :ssl => {
-      :certificate => "osmfoundation",
-      :certificate_chain => "startcom"
+  :chef => {
+    :client => {
+      :version => "13.6.4"
     }
   },
   :dhcpd => {
@@ -87,7 +83,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-dl360-g6]",
   "role[gateway]",
   "role[foundation]",