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 f2a7f72 commit 7c063afCopy full SHA for 7c063af
spec/acceptance/peadm_spec/plans/test_replace_failed_postgres.pp
@@ -5,12 +5,6 @@
5
Peadm::SingleTargetSpec $failed_postgresql_host,
6
Peadm::SingleTargetSpec $replacement_postgresql_host,
7
) {
8
- wait_until_available($primary_host)
9
- wait_until_available($replica_host)
10
- wait_until_available($working_postgresql_host)
11
- wait_until_available($failed_postgresql_host)
12
- wait_until_available($replacement_postgresql_host)
13
-
14
out::message("Primary host: ${primary_host}")
15
out::message("Replica host: ${replica_host}")
16
out::message("Working PostgreSQL host: ${working_postgresql_host}")
0 commit comments