Indentation of the parameters is refactored

Indentation of those parameters is changed to follow
Puppet Style Guide recommendation [0].

[0]. https://docs.puppetlabs.com/guides/style_guide.html

Change-Id: I2ba64dd2438caf0eb6ed7a4bd8683708dfb83178
This commit is contained in:
Andrey Nikitin 2016-03-21 16:28:59 +03:00
parent a4e8acd612
commit ed0dfe85bd
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,
) {