aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/backups/manifests
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2018-02-27 20:32:29 +0000
committerPascal Terjan <pterjan@mageia.org>2018-02-27 20:32:29 +0000
commitb36ab8b5dc53e21d704dd10aa8fd68892339aa07 (patch)
treec7cc4938fa49fb3d77bb32bb9a5cf9c2429fd56a /deployment/backups/manifests
parenta38bf87b09d50474d1f42c8f9b28eab787bb99e0 (diff)
downloadpuppet-b36ab8b5dc53e21d704dd10aa8fd68892339aa07.tar
puppet-b36ab8b5dc53e21d704dd10aa8fd68892339aa07.tar.gz
puppet-b36ab8b5dc53e21d704dd10aa8fd68892339aa07.tar.bz2
puppet-b36ab8b5dc53e21d704dd10aa8fd68892339aa07.tar.xz
puppet-b36ab8b5dc53e21d704dd10aa8fd68892339aa07.zip
Fix meetbots backups
Diffstat (limited to 'deployment/backups/manifests')
-rw-r--r--deployment/backups/manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/backups/manifests/init.pp b/deployment/backups/manifests/init.pp
index ba96cc68..e8ddb796 100644
--- a/deployment/backups/manifests/init.pp
+++ b/deployment/backups/manifests/init.pp
@@ -22,7 +22,7 @@ class backups {
rsnapshot::backup{ 'neru':
snapshot_root => "${backups_dir}/neru",
- backup => [ "root@krampouezh.${::domain}:/home/irc_bots/meetings meetbot" ],
+ backup => [ "root@neru.${::domain}:/home/irc_bots/meetings meetbot" ],
}
}
}