We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7942dc commit 19217c8Copy full SHA for 19217c8
resources/ext/cli/prune-reports.erb
@@ -1,6 +1,8 @@
1
#!/usr/bin/env bash
2
3
usage() {
4
+ echo "Delete old reports stored in 'reportdir' ($(puppet config print reportdir))."
5
+ echo
6
echo "Usage: puppetserver prune-reports [<ttl>]"
7
echo " <ttl> delete reports older than this amount of time (default: 14d)"
8
exit 0
0 commit comments