]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Drop use of legacy tile and osmfoundation certificates
[chef.git] / roles / ridley.rb
index d87bd4b1d1a790841aaf441d3a51ae9846a2dde5..f9ec9ebc782a42d42af0eab6403fc8ffdf4db4ea 100644 (file)
@@ -2,15 +2,6 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
-  :ssl => {
-    :certificates => %w(osmfoundation openstreetmap)
-  },
-  :apache => {
-    :ssl => {
-      :certificate => "osmfoundation",
-      :certificate_chain => "startcom"
-    }
-  },
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"
@@ -87,7 +78,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-dl360-g6]",
   "role[gateway]",
   "role[foundation]",