From 480b8dbf95b77d221fc6446a2bb65c96234927bf Mon Sep 17 00:00:00 2001 From: Stan Bogatkin Date: Mon, 17 Jul 2023 15:55:06 +0300 Subject: [PATCH] Fix typo in yml files (#2760) Users statement was mentioned twice in templates - fix this simple typo by removing duplicates. --- postgres0.yml | 2 +- postgres1.yml | 2 +- postgres2.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres0.yml b/postgres0.yml index 2e83c7e1..0605c322 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -93,7 +93,7 @@ bootstrap: # Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter) # post_init: /usr/local/bin/setup_cluster.sh - # Some additional users users which needs to be created after initializing new cluster + # Some additional users which needs to be created after initializing new cluster users: admin: password: admin% diff --git a/postgres1.yml b/postgres1.yml index e8b2806d..89dcca1a 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -87,7 +87,7 @@ bootstrap: # Additional script to be launched after initial cluster creation (will be passed the connection URL as parameter) # post_init: /usr/local/bin/setup_cluster.sh - # Some additional users users which needs to be created after initializing new cluster + # Some additional users which needs to be created after initializing new cluster users: admin: password: admin% diff --git a/postgres2.yml b/postgres2.yml index 8272e3ba..c77e734a 100644 --- a/postgres2.yml +++ b/postgres2.yml @@ -84,7 +84,7 @@ bootstrap: - encoding: UTF8 - data-checksums - # Some additional users users which needs to be created after initializing new cluster + # Some additional users which needs to be created after initializing new cluster users: admin: password: admin%