X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpostgres%2Fmanifests%2Fbackup_source.pp;h=b11d634f125e9d8a496f365adc1d963888d257fa;hb=900e6f5ecd05c60ebd6e687e3d1e62326904b607;hp=663a6b490e4a67f296b158bdb2ba48f3f5554510;hpb=c0edb244080f29970251618cf4452c3fafeb7677;p=mirror%2Fdsa-puppet.git diff --git a/modules/postgres/manifests/backup_source.pp b/modules/postgres/manifests/backup_source.pp index 663a6b490..b11d634f1 100644 --- a/modules/postgres/manifests/backup_source.pp +++ b/modules/postgres/manifests/backup_source.pp @@ -17,11 +17,6 @@ class postgres::backup_source { ssh::keygen {'postgres': } - if $::hostname in [vittoria] { - postgres::backup_cluster { $::hostname: - pg_version => '9.6', - } - } if $::hostname in [buxtehude] { postgres::backup_cluster { $::hostname: pg_version => '11', @@ -63,7 +58,7 @@ class postgres::backup_source { } } - if $::hostname in [vittoria, godard, buxtehude, danzi, postgresql-manda-01] { + if $::hostname in [godard, buxtehude, danzi, postgresql-manda-01] { postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}": } }