From d8f05dc5451d4ab37631cbc266c9ad0bfce0ce43 Mon Sep 17 00:00:00 2001 From: Andrey Nikitin Date: Sun, 20 Mar 2016 01:29:56 +0300 Subject: [PATCH] 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 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index a11e325..9b70287 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -1,10 +1,10 @@ # == Class: accessbot # class accessbot( + $channel_file, $nick, $password, $server, - $channel_file, ) { user { 'accessbot':