]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridley.rb
Drop all use of SSLCertificateChainFile in apache configs
[chef.git] / roles / ridley.rb
index 999482f8e0100c58f15cd1d4ee71f76e261651f1..13ba3dafd72cc73d2553bf4db136c521f00268ae 100644 (file)
@@ -7,8 +7,7 @@ default_attributes(
   },
   :apache => {
     :ssl => {
-      :certificate => "osmfoundation",
-      :certificate_chain => "startcom"
+      :certificate => "osmfoundation"
     }
   },
   :dhcpd => {
@@ -39,7 +38,7 @@ default_attributes(
         :address => "193.60.236.19"
       },
       :internal_ipv4 => {
-        :interface => "eth0",
+        :interface => "eth0.2801",
         :role => :internal,
         :family => :inet,
         :address => "10.0.0.3"
@@ -87,7 +86,7 @@ default_attributes(
 )
 
 run_list(
-  "role[ucl-slough]",
+  "role[ucl]",
   "role[hp-dl360-g6]",
   "role[gateway]",
   "role[foundation]",