From: Peter Palfrader Date: Sun, 15 Sep 2019 07:31:00 +0000 (+0200) Subject: Make the lists class include apache2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9a5f1c9b36632c4a9ac4937a49ba36def89b1dd5;p=mirror%2Fdsa-puppet.git Make the lists class include apache2 --- diff --git a/modules/roles/manifests/lists.pp b/modules/roles/manifests/lists.pp index ae31bcd1d..fe80ae4ce 100644 --- a/modules/roles/manifests/lists.pp +++ b/modules/roles/manifests/lists.pp @@ -1,4 +1,6 @@ class roles::lists { + include apache2 + ssl::service { 'lists.debian.org': notify => Exec['service apache2 reload'], key => true,