aboutsummaryrefslogtreecommitdiff
path: root/manifests/duplicity.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/duplicity.pp')
-rw-r--r--manifests/duplicity.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/duplicity.pp b/manifests/duplicity.pp
index cd54443..0ad8c2c 100644
--- a/manifests/duplicity.pp
+++ b/manifests/duplicity.pp
@@ -91,7 +91,7 @@ define backupninja::duplicity( $order = 90,
$ssh_dir = "${destdir}/.ssh",
$authorized_keys_file = 'authorized_keys',
$installuser = true,
- $backuptag = false,
+ $backuptag = "backupninja-${::fqdn}",
# key options
$createkey = false,
$keymanage = $backupninja::keymanage ) {