Skip to content

Commit cef0f48

Browse files
Update auto-cluster.yaml
1 parent 914111c commit cef0f48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

addons/auto-cluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ actions:
174174

175175
addToKnownHosts:
176176
- forEach(pgnode:nodes.sqldb):
177-
- cmd[pgpool]: |-
178-
ssh-keygen -R ${@pgnode.address}
179-
ssh-keyscan ${@pgnode.address} 2>&1 1>> ~/.ssh/known_hosts
177+
- cmd[pgpool]: |-
178+
ssh-keygen -R ${@pgnode.address}
179+
ssh-keyscan ${@pgnode.address} 2>&1 1>> ~/.ssh/known_hosts
180180
181181
copyPcpassFile:
182182
- cmd[${nodes.sqldb.master.id}]: cat /var/lib/pgsql/.pgpass

0 commit comments

Comments
 (0)