]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Make the osmfoundation certificate the default cert on ridley
[chef.git] / roles / ridley.rb
index f4f45c0321d2751e358157dfe30bbfb3b1ac8e82..efcdd4c7dae67bd72b183e9358a6babadb07ad12 100644 (file)
@@ -2,6 +2,12 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :apache => {
+    :ssl => {
+      :certificate => "osmfoundation",
+      :certificate_chain => "startcom"
+    }
+  },
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"