Skip to content

Commit

Permalink
Merge pull request rodjek#39 from jurgenweber/master
Browse files Browse the repository at this point in the history
the future parse fails on these settings, works now
  • Loading branch information
timtim123456 committed Jun 28, 2014
2 parents e5464e8 + d569bce commit f4d1235
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion manifests/defaults/debian.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
create => true,
create_owner => 'root',
create_group => 'utmp',
rotate => 1,
rotate => '1',
}

logrotate::rule {
Expand Down
2 changes: 1 addition & 1 deletion manifests/defaults/redhat.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
create => true,
create_owner => 'root',
create_group => 'utmp',
rotate => 1,
rotate => '1',
}

logrotate::rule {
Expand Down
4 changes: 2 additions & 2 deletions manifests/defaults/suse.pp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
create => true,
create_owner => 'root',
create_group => 'utmp',
rotate => 99,
maxage => 365,
rotate => '99',
maxage => '365',
size => '400k'
}

Expand Down

0 comments on commit f4d1235

Please sign in to comment.