# class postgres::backup_server::globals { $pgpassfile = '/home/debbackup/.pgpass' $sshkeys_sources = '/etc/dsa/postgresql-backup/sshkeys-sources' $base_backup_clusters = '/etc/dsa/postgresql-backup/base-backup-clusters' $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" }