From: Peter Palfrader Date: Thu, 24 Jan 2019 10:10:32 +0000 (+0100) Subject: ship ftmg.sso.debian.org key to sso host X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=ccbe9405e0ef39c25d78939d529e26a2b95ece51;p=mirror%2Fdsa-puppet.git ship ftmg.sso.debian.org key to sso host --- diff --git a/modules/roles/manifests/sso.pp b/modules/roles/manifests/sso.pp index b7160cd39..67a652ac3 100644 --- a/modules/roles/manifests/sso.pp +++ b/modules/roles/manifests/sso.pp @@ -3,4 +3,9 @@ class roles::sso { notify => Exec['service apache2 reload'], key => true, } + + ssl::service { 'ftmg.sso.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } }