]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Reduce random_page_cost for postgres instances on SSD
[chef.git] / roles / ridley.rb
index 7250ce893c72039cc4b74d3331bc10d83813d5b3..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"