Order of the class parameters is refactored

Order of those parameters is 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: I4dc302b7d1aa13b5bd02eb5c5c52b79fd4beebdc
This commit is contained in:
Andrey Nikitin 2016-03-20 01:29:56 +03:00
parent a76de09122
commit d8f05dc545
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
# == Class: accessbot
#
class accessbot(
$channel_file,
$nick,
$password,
$server,
$channel_file,
) {
user { 'accessbot':