summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-05 17:50:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-05 17:50:00 -0300
commitb70a3faa51ec8be1c69d15e9bfdbedad4358447b (patch)
treef9ef0cd3ef15a77e01bca795d4a36d971d9c30a3
parente736c22f347c572eae79568a6d0cdde996207496 (diff)
Another change on backupninja::rdiff backuptag due to the introduction of backupninja_server_realize
-rw-r--r--manifests/rdiff.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/rdiff.pp b/manifests/rdiff.pp
index 7f51b50..847c319 100644
--- a/manifests/rdiff.pp
+++ b/manifests/rdiff.pp
@@ -34,7 +34,7 @@ define backupninja::rdiff(
'remote': {
case $host { false: { err("need to define a host for remote backups!") } }
$real_backuptag = $backuptag ? {
- false => "backupninja-$host",
+ false => "backupninja-$fqdn",
default => $backuptag
}