X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Fmanifests%2Fbackup_source.pp;h=c46d3b20e6ce7452f625798067ad31b809ffc1bd;hb=fcdca86e8ce7819cd70c6be965cdb8e5b9074b48;hp=97fccceecc4b2caa3d17fdc4c22f9ac798a32479;hpb=f2c0ff27cd31263a2ccce2eaac2791ba645f8d69;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/manifests/backup_source.pp b/modules/postgres/manifests/backup_source.pp index 97fccceec..c46d3b20e 100644 --- a/modules/postgres/manifests/backup_source.pp +++ b/modules/postgres/manifests/backup_source.pp @@ -39,15 +39,7 @@ class postgres::backup_source { } } - if $::hostname in [postgresql-manda-01] { - postgres::backup_cluster { "${::hostname}-bacula": - pg_version => '11', - pg_port => 5432, - pg_cluster => 'bacula', - } - } - - if $::hostname in [godard, danzi, postgresql-manda-01] { + if $::hostname in [godard, danzi] { postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}": } }