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%