Skip to content

Commit

Permalink
docs: Added documentation about missing package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
dploeger committed Feb 15, 2021
1 parent c09f03f commit 3b0bdf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/server/backup.pp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@
# @param install_cron
# Manage installation of cron package
# @param compression_command
# Configure the command used to compress the backup (when using the mysqldump provider)
# Configure the command used to compress the backup (when using the mysqldump provider). Make sure the command exists
# on the target system. Packages for it are NOT automatically installed.
# @param compression_extension
# Configure the file extension for the compressed backup (when using the mysqldump provider)
class mysql::server::backup (
Expand Down

0 comments on commit 3b0bdf7

Please sign in to comment.