From 9c2524b1d8f137dc629ad11e5518b4f044810062 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 25 Feb 2016 15:37:28 -0500 Subject: [PATCH] Add missing cgid module This was exposed when installing on trusty. Change-Id: Ic0cc4de17f0490c54293bbe37190654976ff7b57 Signed-off-by: Paul Belanger --- manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifests/init.pp b/manifests/init.pp index bc62772..cd2e93f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -17,6 +17,9 @@ class mailman($vhost_name=$::fqdn) { httpd_mod { 'rewrite': ensure => present, } + httpd_mod { 'cgid': + ensure => present, + } file { '/var/www/index.html': ensure => present,