File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,10 @@ def help
76
76
use your local file bucket by specifying '--local', or by specifying
77
77
'--bucket' with a local path.
78
78
79
- **Note **: Enabling and using the backup option, and by extension the
80
- filebucket resource, requires appropriate planning and management to ensure
81
- that sufficient disk space is available for the file backups. Generally, you
82
- can implement this using one of the following two options:
79
+ **Important **: When you enable and use the backup option, and by extension
80
+ the filebucket resource, you must ensure that sufficient disk space is
81
+ available for the file backups. Generally, you can provide the disk space
82
+ by using one of the following two options:
83
83
84
84
- Use a `find` command and `crontab` entry to retain only the last X days
85
85
of file backups. For example:
Original file line number Diff line number Diff line change 29
29
summary _ ( "Retrieve the catalog for the node from which the command is run." )
30
30
arguments "<certname>, <facts>"
31
31
option ( "--facts_for_catalog" ) do
32
- summary _ ( "Not yet implemented for the CLI; facts will be collected internally." )
32
+ summary _ ( "Not implemented for the CLI; facts are collected internally." )
33
33
end
34
34
returns <<-'EOT'
35
35
A serialized catalog. When used from the Ruby API, returns a
You can’t perform that action at this time.
0 commit comments