diff --git a/manifests/site.pp b/manifests/site.pp index 47f4026..249bb0f 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -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, ) {