changeset 34:29d330d2056a

Make sure that we have mod_version installed so that Apache config fragments that try to support 2.2 and 2.4 work properly
author IBBoard <dev@ibboard.co.uk>
date Sun, 22 Mar 2015 18:26:06 +0000
parents 6c63be9a0320
children 5b9ba754d2ff
files modules/website/manifests/init.pp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/modules/website/manifests/init.pp	Sun Mar 15 18:51:57 2015 +0000
+++ b/modules/website/manifests/init.pp	Sun Mar 22 18:26:06 2015 +0000
@@ -37,6 +37,7 @@
   apache::mod {
     'rewrite':;
     'expires':; 'setenvif':; 'headers':;
+    'version':;
   }
   file { $base_dir:
     ensure => directory;