Add missing cgid module

This was exposed when installing on trusty.

Change-Id: Ic0cc4de17f0490c54293bbe37190654976ff7b57
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-02-25 15:37:28 -05:00
parent 019bb0c560
commit 9c2524b1d8
1 changed files with 3 additions and 0 deletions

View File

@ -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,