Merge "Indentation of the parameters is refactored"

This commit is contained in:
Jenkins 2016-05-06 03:59:47 +00:00 committed by Gerrit Code Review
commit 8f76ea753d
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ define meetbot::site(
$nickpass,
$server,
$use_ssl,
$vhost_name = $::fqdn,
$vhost_extra = undef,
$vhost_extra = undef,
$vhost_name = $::fqdn,
$manage_index = true,
) {