1
0
mirror of https://github.com/krislamo/puppet-rsnapshot synced 2024-09-19 17:10:34 +00:00

remove debug message

This commit is contained in:
Norbert Varzariu 2016-01-22 15:58:18 +01:00
parent 33e3fa685a
commit f67cd5a517

View File

@ -140,8 +140,6 @@ class rsnapshot::config (
if has_key($hash, backup_scripts) {
$hash[backup_scripts].each |$script, $scriptconf| {
$real_script = deep_merge($rsnapshot::params::backup_scripts[$script], $rsnapshot::backup_scripts[$script], $hash[backup_scripts][$script])
notify { "$hash[backup_scripts][$script] for $host and $script": }
# notify { "$real_script for $host and $script": }
$dbbackup_user = $real_script[dbbackup_user]
$dbbackup_password = $real_script[dbbackup_password]
$dumper = $real_script[dumper]