diff options
Diffstat (limited to 'manifests/rsync.pp')
-rw-r--r-- | manifests/rsync.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rsync.pp b/manifests/rsync.pp index a83e695..b407548 100644 --- a/manifests/rsync.pp +++ b/manifests/rsync.pp @@ -8,7 +8,7 @@ define backup::rsync( backupninja::rsync { "rsync-$title.$use_domain": # [general] ensure => $ensure, - installkey => false, + keymanage => false, home => "${backup::params::backupdir}/remote/$use_fqdn", backupdir => "${backup::params::backupdir}/remote/$use_fqdn/rsync", backupkeytype => "rsa", |