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: Ia1bccf2e4b52b83b679c1a7dff202bcc9b37c989
This commit is contained in:
Andrey Nikitin 2016-03-21 18:09:43 +03:00
parent 3ffa3d00d4
commit 38d7cd20c5
1 changed files with 1 additions and 1 deletions

View File

@ -17,8 +17,8 @@
class project_config(
$url,
$base = undef,
$revision = 'master',
$base = undef,
) {
$config_dir = Vcsrepo['/etc/project-config']