From: Peter Palfrader Date: Tue, 29 May 2018 14:24:02 +0000 (+0200) Subject: install snapshot cert X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=04790f2b889aea6382f66a92370a43b5be65b62b install snapshot cert --- diff --git a/modules/roles/manifests/snapshot_web.pp b/modules/roles/manifests/snapshot_web.pp index be217144b..306798191 100644 --- a/modules/roles/manifests/snapshot_web.pp +++ b/modules/roles/manifests/snapshot_web.pp @@ -8,6 +8,10 @@ class roles::snapshot_web { ensure => 'installed', }) + ssl::service { 'snapshot.debian.org': + notify => Exec['service apache2 reload'], + key => true, + } apache2::site { '020-snapshot.debian.org': site => 'snapshot.debian.org', content => template('roles/snapshot/snapshot.debian.org.conf.erb')