550450487a766022930148fda0f346d89141b140
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server / globals.pp
1 #
2 class postgres::backup_server::globals {
3   $make_base_backups = '/usr/local/bin/postgres-make-base-backups'
4   $pgpassfile = '/home/debbackup/.pgpass'
5   $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources'
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 }