Skip to content

Commit 3408cbe

Browse files
author
jbondpdx
committed
DOC-4619 test codeblock format fix 2
1 parent 5e3ae28 commit 3408cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/puppet/latest/types/file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ masters.
183183
that sufficient disk space is available for the file backups. Generally, you
184184
can implement this using one of the following two options:
185185
- Use a `find` command and `crontab` entry to retain only the last X days
186-
of file backups. For example,
186+
of file backups. For example:
187187

188-
```shell script
188+
```
189189
find /opt/puppetlabs/server/data/puppetserver/bucket -type f -mtime +45 -atime +45
190190
-print0 | xargs -0 rm
191191
```

0 commit comments

Comments
 (0)