From 04790f2b889aea6382f66a92370a43b5be65b62b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 29 May 2018 16:24:02 +0200 Subject: [PATCH] install snapshot cert --- modules/roles/manifests/snapshot_web.pp | 4 ++++ 1 file changed, 4 insertions(+) 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') -- 2.20.1