From: Grant Slater Date: Wed, 21 Sep 2016 22:49:32 +0000 (+0100) Subject: Include addition cert on ridley X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/09634082d97723b3f43788db837163607603142f Include addition cert on ridley --- 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",