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