Merge "Use httpd::vhost $content parameter"

This commit is contained in:
Zuul 2018-07-20 18:15:49 +00:00 committed by Gerrit Code Review
commit 268b57554d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ define mailman::site (
port => 80,
docroot => '/var/www/',
priority => '50',
template => 'mailman/mailman_multihost.vhost.erb',
content => template('mailman/mailman_multihost.vhost.erb'),
}
file { "/etc/init.d/mailman-${name}":