Commit Graph

7 Commits

Author SHA1 Message Date
Tobias Urdin 35cd87302f Fix module structure
Fixes so that the top level structure
of the modules conform to the puppet standard [1].

[1] https://puppet.com/docs/puppet/5.3/modules_fundamentals.html#module-structure

Change-Id: Id295bb47c0fb2ffdfd5087400ec077af87a78382
2018-12-12 11:32:28 +01:00
Iury Gregory Melo Ferreira cf604fc6a6 Deprecate verbose option in logging
Option "verbose" from group "DEFAULT" is deprecated for removal.
The parameter has no effect.
-Deprecated verbose for logging and init
-Remove verbose in README
-Remove verbose from tests.

If this option is not set explicitly, there is no such warning

Change-Id: I7e58412fe26962337845b3cb9d67679bac0709d8
2016-05-18 01:12:46 -03:00
Clayton O'Neill d72e768a10 Add Puppet 4.x lint checks
This changes the puppet-lint requirement to 1.1.x, so that we can use
puppet-lint plugins.  Most of these plugins are for 4.x compat, but some
just catch common errors.

Change-Id: I3d21236d5bf3b0b6c625e38e20492d35aaa13307
2015-02-09 17:02:48 +00:00
Mathieu Gagné d5567e6aef Various Puppet lint fixes
* Fix following warnings:
    * double quoted string containing no variables
    * indentation of => is not properly aligned
    * quoted boolean value found
    * variable not enclosed in {}
* Fix following errors:
    * two-space soft tabs not used
* Remove quotes around class in include/require statements
* Remove some comments from the code, they added no value

Change-Id: I341b37f2c6795951f3285037b2fa612d767a4474
2013-07-01 17:34:19 -04:00
Dan Bode 4cd8cf36a3 switch log_verbose,log_debug to debug,verbose 2012-10-14 00:21:14 -07:00
Adam Gandelman 16a544c083 Modify class parameters, templates and tests for logging options avoiding use of 'debug' 2011-06-21 12:19:20 -07:00
Dan Bode 70c652874d initial commit for glance.
This code was contributed by Chris Blumentritt <cblument@gmail.com>
2011-06-14 17:55:48 -07:00