Skip to content

Commit

Permalink
Add missing $maxsize option to Logrotate::Conf
Browse files Browse the repository at this point in the history
  • Loading branch information
achermes committed Nov 21, 2017
1 parent 2c15b10 commit 6c57323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/conf.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
Optional[Enum['mailfirst', 'maillast']] $mail_when = undef,
Optional[Integer] $maxage = undef,
Optional[Logrotate::Size] $minsize = undef,
Optional[Logrotate::Size] $maxsize = undef,
Optional[Boolean] $missingok = undef,
Optional[Variant[Boolean,String]] $olddir = undef,
Optional[String] $postrotate = undef,
Expand Down

0 comments on commit 6c57323

Please sign in to comment.