Skip to content

Commit

Permalink
cut retention
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Nov 15, 2024
1 parent d98697d commit b04e842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
}

tidy { $logdir:
age => '90d',
age => '7d',
recurse => true,
matches => 'puppet-run.*',
}

tidy { $reportdir:
age => '90d',
age => '7d',
recurse => true,
matches => '*.yaml',
}
Expand Down

0 comments on commit b04e842

Please sign in to comment.