diff options
Diffstat (limited to 'manifests/rsync.pp')
-rw-r--r-- | manifests/rsync.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/rsync.pp b/manifests/rsync.pp index 1e9513e..a83e695 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -21,8 +21,8 @@ define backup::rsync( log => "/var/log/backup/rsync-$title.$use_domain.log", lockfile => "/var/lock/rsync-$title.$use_domain.lock", # [source] - include => $backup::params::backup_include_encrypted, - exclude => $backup::params::backup_exclude_encrypted, + include => $backup::params::include_encrypted, + exclude => $backup::params::exclude_encrypted, # [dest] user => "$hostname", host => "$title.$use_domain", |