From 09634082d97723b3f43788db837163607603142f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 21 Sep 2016 23:49:32 +0100 Subject: [PATCH] Include addition cert on ridley --- roles/ridley.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/ridley.rb b/roles/ridley.rb index 7bbcc3839..db468a489 100644 --- a/roles/ridley.rb +++ b/roles/ridley.rb @@ -2,6 +2,9 @@ name "ridley" description "Master role applied to ridley" default_attributes( + :ssl => { + :certificates => ["osmfoundation", "openstreetmap"] + }, :apache => { :ssl => { :certificate => "osmfoundation", -- 2.45.1