From: Peter Palfrader Date: Wed, 1 Feb 2017 07:38:52 +0000 (+0100) Subject: use expires on archive X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1a5c811cfa9661448d5be4f78e9ff90f7d8fae61;p=mirror%2Fdsa-puppet.git use expires on archive --- diff --git a/modules/roles/manifests/historical_mirror.pp b/modules/roles/manifests/historical_mirror.pp index 25edb230a..aab002638 100644 --- a/modules/roles/manifests/historical_mirror.pp +++ b/modules/roles/manifests/historical_mirror.pp @@ -1,4 +1,6 @@ class roles::historical_mirror { + include apache2::expires + $vhost_listen = $::hostname ? { default => '*:80', }