From 1a5c811cfa9661448d5be4f78e9ff90f7d8fae61 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 1 Feb 2017 08:38:52 +0100 Subject: [PATCH] use expires on archive --- modules/roles/manifests/historical_mirror.pp | 2 ++ 1 file changed, 2 insertions(+) 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', } -- 2.20.1