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: I6620fb9d5f1ec867c6af4e900094c97735fe8fcb
This commit is contained in:
Andrey Nikitin 2016-03-21 11:50:52 +03:00
parent 6be4b48759
commit 20d7a4b0df
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
# == Class: gerritbot
#
class gerritbot(
$channel_file,
$nick,
$password,
$server,
$user,
$channel_file,
$vhost_name = $::fqdn,
$ssh_rsa_key_contents = undef,
$ssh_rsa_key_contents = undef,
$ssh_rsa_pubkey_contents = undef,
$vhost_name = $::fqdn,
) {
include ::pip