Order of the class parameters is refactored

Order and intendation of those parameters are changed
to follow Puppet Style Guide recommendation [0].
Moreover, it will allow to an user to find much faster
a variable in a list of variables.

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

Change-Id: I5134299b007b47c8077868c1b6aabb960ed39537
This commit is contained in:
Andrey Nikitin 2016-03-20 02:07:50 +03:00
parent 0527453d8a
commit 6ca08e7a15
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
define bugdaystats::site(
$configfile,
$httproot,
$git_url = 'https://git.openstack.org/openstack-infra/bugdaystats',
$serveradmin = undef
$git_url = 'https://git.openstack.org/openstack-infra/bugdaystats',
$serveradmin = undef,
) {
file { $configfile:
mode => '0444',