]> git.openstreetmap.org Git - chef.git/commitdiff
Include addition cert on ridley
authorGrant Slater <git@firefishy.com>
Wed, 21 Sep 2016 22:49:32 +0000 (23:49 +0100)
committerGrant Slater <git@firefishy.com>
Wed, 21 Sep 2016 22:49:32 +0000 (23:49 +0100)
roles/ridley.rb

index 7bbcc3839810a8ffa846797eef097baf43b9d264..db468a48926ab12d93476f0a5bf6c57810a56709 100644 (file)
@@ -2,6 +2,9 @@ name "ridley"
 description "Master role applied to ridley"
 
 default_attributes(
+  :ssl => {
+    :certificates => ["osmfoundation", "openstreetmap"]
+  },
   :apache => {
     :ssl => {
       :certificate => "osmfoundation",