Skip to content

Commit 5e3ae28

Browse files
author
jbondpdx
committed
DOC-4619 test codeblock format fix
1 parent 802ee6b commit 5e3ae28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/puppet/latest/types/file.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ masters.
185185
- Use a `find` command and `crontab` entry to retain only the last X days
186186
of file backups. For example,
187187

188-
```shell script
189-
find /opt/puppetlabs/server/data/puppetserver/bucket -type f -mtime +45 -atime +45 -print0 | xargs -0 rm
190-
```
188+
```shell script
189+
find /opt/puppetlabs/server/data/puppetserver/bucket -type f -mtime +45 -atime +45
190+
-print0 | xargs -0 rm
191+
```
191192

192193
- Restrict the directory to a maximum size after which the oldest items are removed.
193194

0 commit comments

Comments
 (0)