sibelius and chopin no longer run relevant pg instances or even exist
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server / globals.pp
1 #
2 class postgres::backup_server::globals {
3   $pgpassfile = '/home/debbackup/.pgpass'
4   $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources'
5   $make_base_backups = '/usr/local/bin/postgres-make-base-backups'
6   $base_backup_clusters = '/etc/dsa/postgresql-backup/base-backup-clusters'
7
8   $tag_base_backup = 'postgresql::server::backup-source-make-base-backup-entry'
9   $tag_source_sshkey = 'postgresql::server::backup-source-sshkey'
10   $tag_source_pgpassline = 'postgresql::server::backup-source-pgpassline'
11   $tag_dsa_check_backupp = 'postgresql::server::backup-dsa-check-backuppg'
12 }