We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a138020 commit f106dd1Copy full SHA for f106dd1
spec/acceptance/peadm_spec/plans/upgrade_test_cluster.pp
@@ -15,10 +15,6 @@
15
$replica_host = $t.filter |$n| { $n.vars['role'] == 'replica' }
16
$replica_postgresql_host = $t.filter |$n| { $n.vars['role'] == 'replica-pdb-postgresql' }
17
18
- if $replica_host == [] {
19
- fail_plan('"replica" role missing from inventory, cannot continue')
20
- }
21
-
22
$params = {
23
primary_host => $primary_host,
24
replica_host => $replica_host,
0 commit comments