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:
parent
2786720423
commit
3b47507e28
@ -1,3 +1,5 @@
|
|||||||
|
# == Define: logrotate::file
|
||||||
|
#
|
||||||
define logrotate::file( $log,
|
define logrotate::file( $log,
|
||||||
$options,
|
$options,
|
||||||
$ensure=present,
|
$ensure=present,
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
|
# == Class: logrotate
|
||||||
|
#
|
||||||
# Adapted from http://projects.puppetlabs.com/projects/1/wiki/Logrotate_Patterns
|
# Adapted from http://projects.puppetlabs.com/projects/1/wiki/Logrotate_Patterns
|
||||||
|
#
|
||||||
class logrotate {
|
class logrotate {
|
||||||
package { 'logrotate':
|
package { 'logrotate':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
|
Loading…
Reference in New Issue
Block a user