Removing puppet-lint warnings
in favor of upgrading to latest gem
2016-09-13 21:08:47.767844 | manifests/api.pp:558:WARNING: line has more than 140 characters
2016-09-13 21:08:47.767929 | manifests/params.pp:35:WARNING: line has more than 140 characters
2016-09-13 21:08:47.767948 | tests/site.pp:6:WARNING: unquoted node name found
Change-Id: I3a8a01057befa358867eb0396e19c9b763e2b13a
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
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
This commit fixes the lint failures from
the glance module.
It's pretty picky about classes being defined
anywhere (even in tests)
This commit removes the class from the tests so
that puppet-lint is happy.
Change-Id: I0257479fb450ed2fbb6876fb73fc695e4a1f7c49
* 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
Commit updates README.md with a more consistent template for documentation,
removes travis.yml since we're on stackfoge now, updates the Modulefile
for the new release, deletes TODO list, CHANGELOGs deleted in favor of
summarized release notes in README.md, which will show up on Forge,
and moves examples to tests to adhere with Puppet Labs Style
Guide(http://docs.puppetlabs.com/guides/style_guide.html#tests)
Change-Id: Iffa30f6f35b996305f635317fc0770f908e9057e