Move list of clusters to make a base backup of from the script to a conffile
[mirror/dsa-puppet.git] / modules / postgres / manifests / backup_server / globals.pp
index 5504504..0dd3d8c 100644 (file)
@@ -1,8 +1,8 @@
 #
 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'
+  $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"