Merge "Add missing cgid module"

This commit is contained in:
Jenkins 2016-04-12 19:05:52 +00:00 committed by Gerrit Code Review
commit dc2b6ac36f
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ class mailman(
httpd_mod { 'rewrite':
ensure => present,
}
httpd_mod { 'cgid':
ensure => present,
}
file { '/var/www/index.html':
ensure => present,