e5509ba72c3ea5f3d49731b146c2441c9bae7f82
[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   $base_backup_clusters = '/etc/dsa/postgresql-backup/base-backup-clusters'
6
7   $tag_base_backup = 'postgresql::server::backup-source-make-base-backup-entry'
8   $tag_source_sshkey = 'postgresql::server::backup-source-sshkey'
9   $tag_source_pgpassline = 'postgresql::server::backup-source-pgpassline'
10   $tag_dsa_check_backupp = 'postgresql::server::backup-dsa-check-backuppg'
11 }