ssh::keygen {'postgres': }
- if $::hostname in [buxtehude] {
- postgres::backup_cluster { $::hostname:
- pg_version => '11',
- pg_port => 5433,
- }
- postgres::backup_cluster { "${::hostname}-debbugs":
- pg_version => '11',
- pg_port => 5441,
- pg_cluster => 'debbugs',
- }
- }
if $::hostname in [danzi] {
postgres::backup_cluster { $::hostname:
pg_version => '9.6',
}
}
- if $::hostname in [godard, buxtehude, danzi, postgresql-manda-01] {
+ if $::hostname in [godard, danzi, postgresql-manda-01] {
postgres::backup_server::register_backup_clienthost { "backup-clienthost-${::fqdn}}":
}
}