Clean up of minor puppet-lint warnings.

Mostly documentation and parameterised class parameter complaints.

Change-Id: I5b3ffa4ad3f707f385165c2d86c891c6bd4c1ae0
Reviewed-on: https://review.openstack.org/16901
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Clark Boylan <clark.boylan@gmail.com>
Reviewed-by: Clark Boylan <clark.boylan@gmail.com>
Tested-by: Jenkins
This commit is contained in:
Matthew Wagoner 2012-11-26 11:13:11 -05:00 committed by Jenkins
parent 2786720423
commit 3b47507e28
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,5 @@
# == Define: logrotate::file
#
define logrotate::file( $log,
$options,
$ensure=present,

View File

@ -1,5 +1,7 @@
# == Class: logrotate
#
# Adapted from http://projects.puppetlabs.com/projects/1/wiki/Logrotate_Patterns
#
class logrotate {
package { 'logrotate':
ensure => present,