mirror of
https://github.com/krislamo/puppet-rsnapshot
synced 2024-12-16 09:40:35 +00:00
remove debug message
This commit is contained in:
parent
33e3fa685a
commit
f67cd5a517
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user