Merge "Use httpd::vhost $content parameter"
This commit is contained in:
commit
268b57554d
@ -102,7 +102,7 @@ define mailman::site (
|
|||||||
port => 80,
|
port => 80,
|
||||||
docroot => '/var/www/',
|
docroot => '/var/www/',
|
||||||
priority => '50',
|
priority => '50',
|
||||||
template => 'mailman/mailman_multihost.vhost.erb',
|
content => template('mailman/mailman_multihost.vhost.erb'),
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/init.d/mailman-${name}":
|
file { "/etc/init.d/mailman-${name}":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user