Skip to content

Commit

Permalink
Merge pull request #9460 from joshcooper/doc_updates3
Browse files Browse the repository at this point in the history
Documentation updates
  • Loading branch information
mhashizume committed Aug 29, 2024
2 parents 267684a + 46eef18 commit d17d0d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/puppet/application/filebucket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ def help
use your local file bucket by specifying '--local', or by specifying
'--bucket' with a local path.
**Note**: Enabling and using the backup option, and by extension the
filebucket resource, requires appropriate planning and management to ensure
that sufficient disk space is available for the file backups. Generally, you
can implement this using one of the following two options:
**Important**: When you enable and use the backup option, and by extension
the filebucket resource, you must ensure that sufficient disk space is
available for the file backups. Generally, you can provide the disk space
by using one of the following two options:
- Use a `find` command and `crontab` entry to retain only the last X days
of file backups. For example:
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet/face/catalog.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
summary _("Retrieve the catalog for the node from which the command is run.")
arguments "<certname>, <facts>"
option("--facts_for_catalog") do
summary _("Not yet implemented for the CLI; facts will be collected internally.")
summary _("Not implemented for the CLI; facts are collected internally.")
end
returns <<-'EOT'
A serialized catalog. When used from the Ruby API, returns a
Expand Down

0 comments on commit d17d0d8

Please sign in to comment.