]> git.openstreetmap.org Git - chef.git/commitdiff
Drop use of legacy tile and osmfoundation certificates
authorTom Hughes <tom@compton.nu>
Thu, 16 Feb 2017 21:13:22 +0000 (21:13 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 16 Feb 2017 21:13:22 +0000 (21:13 +0000)
roles/gps-tile.rb
roles/ridley.rb

index 3209148d595d2d8657a423b33eebcae584dd255c..c699693ef0ba405cb34beed91186abf922b1dda6 100644 (file)
@@ -10,11 +10,6 @@ default_attributes(
         :members => [:enf, :tomh]
       }
     }
         :members => [:enf, :tomh]
       }
     }
-  },
-  :apache => {
-    :ssl => {
-      :certificate => "tile.openstreetmap"
-    }
   }
 )
 
   }
 )
 
index 13ba3dafd72cc73d2553bf4db136c521f00268ae..f9ec9ebc782a42d42af0eab6403fc8ffdf4db4ea 100644 (file)
@@ -2,14 +2,6 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
 description "Master role applied to ridley"
 
 default_attributes(
-  :ssl => {
-    :certificates => %w(osmfoundation openstreetmap)
-  },
-  :apache => {
-    :ssl => {
-      :certificate => "osmfoundation"
-    }
-  },
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"
   :dhcpd => {
     :first_address => "10.0.15.1",
     :last_address => "10.0.15.254"