X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Fmanifests%2Fbackup_server%2Fglobals.pp;h=550450487a766022930148fda0f346d89141b140;hb=43b1d99e300dc785653c920b8d998f6d25487cc9;hp=f89a368f118b92980c9e402bd756a6a31f121a25;hpb=fa71f654c67691b4b4a276cf936eb76cab6d60f6;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/manifests/backup_server/globals.pp b/modules/postgres/manifests/backup_server/globals.pp index f89a368f1..550450487 100644 --- a/modules/postgres/manifests/backup_server/globals.pp +++ b/modules/postgres/manifests/backup_server/globals.pp @@ -1,11 +1,11 @@ # class postgres::backup_server::globals { - $make_base_backups = '/usr/local/bin/postgres-make-base-backups' - $pgpassfile = '/home/debbackup/.pgpass' - $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources' + $make_base_backups = '/usr/local/bin/postgres-make-base-backups' + $pgpassfile = '/home/debbackup/.pgpass' + $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources' - $tag_base_backup = "postgresql::server::backup-source-make-base-backup-entry" - $tag_source_sshkey = "postgresql::server::backup-source-sshkey" - $tag_source_pgpassline = "postgresql::server::backup-source-pgpassline" - $tag_dsa_check_backupp = "postgresql::server::backup-dsa-check-backuppg" + $tag_base_backup = "postgresql::server::backup-source-make-base-backup-entry" + $tag_source_sshkey = "postgresql::server::backup-source-sshkey" + $tag_source_pgpassline = "postgresql::server::backup-source-pgpassline" + $tag_dsa_check_backupp = "postgresql::server::backup-dsa-check-backuppg" }