aboutsummaryrefslogtreecommitdiff
path: root/manifests/rsync.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-07-06 19:40:24 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-07-06 19:40:24 -0300
commit38cad939299c7b0f5ecbc2e536087a844d4321da (patch)
tree7988c4bc2acbd37a672e634feabd951c18d9ddc6 /manifests/rsync.pp
parentdc96afc841e3b3ac9fad4006819714c1bf7ce8b0 (diff)
downloadpuppet-backup-38cad939299c7b0f5ecbc2e536087a844d4321da.tar.gz
puppet-backup-38cad939299c7b0f5ecbc2e536087a844d4321da.tar.bz2
Updates to new backupninja module structure
Diffstat (limited to 'manifests/rsync.pp')
-rw-r--r--manifests/rsync.pp2
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",