From: Peter Palfrader Date: Sun, 15 Sep 2019 07:18:10 +0000 (+0200) Subject: Make the bugs_mirror class include apache2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f071e2941f6102c1d083390e0fe9de716ce8d097;p=mirror%2Fdsa-puppet.git Make the bugs_mirror class include apache2 --- diff --git a/modules/roles/manifests/bugs_mirror.pp b/modules/roles/manifests/bugs_mirror.pp index bbd8eaf76..a30b05c82 100644 --- a/modules/roles/manifests/bugs_mirror.pp +++ b/modules/roles/manifests/bugs_mirror.pp @@ -1,4 +1,5 @@ class roles::bugs_mirror { + include apache2 rsync::site { 'bugs_mirror': source => 'puppet:///modules/roles/bugs_mirror/rsyncd.conf',