From: Peter Palfrader Date: Wed, 1 Jan 2014 19:56:42 +0000 (+0100) Subject: put release cert onto franck - we have no release service yet X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=338061948f7b1c29e2b237a5702d3447429120a9;p=mirror%2Fdsa-puppet.git put release cert onto franck - we have no release service yet --- diff --git a/modules/roles/manifests/init.pp b/modules/roles/manifests/init.pp index 28ea0ac30..6b17ea0f6 100644 --- a/modules/roles/manifests/init.pp +++ b/modules/roles/manifests/init.pp @@ -159,4 +159,10 @@ class roles { notify => Service['apache2'], } } + + if $::hostname in [franck] { + ssl::service { 'release.debian.org': + notify => Service['apache2'], + } + } }