Skip to content

Commit 3b0bdf7

Browse files
committed
docs: Added documentation about missing package installation
1 parent c09f03f commit 3b0bdf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/server/backup.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@
6868
# @param install_cron
6969
# Manage installation of cron package
7070
# @param compression_command
71-
# Configure the command used to compress the backup (when using the mysqldump provider)
71+
# Configure the command used to compress the backup (when using the mysqldump provider). Make sure the command exists
72+
# on the target system. Packages for it are NOT automatically installed.
7273
# @param compression_extension
7374
# Configure the file extension for the compressed backup (when using the mysqldump provider)
7475
class mysql::server::backup (

0 commit comments

Comments
 (0)