publik-create-databases: do not play with w.c.s. settings (#48561)

This commit is contained in:
Christophe Siraut 2020-11-16 07:52:16 +01:00
parent 0dd73b2641
commit 643929474b
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ def run(command, database="postgres", fake=False):
def write_setting(brique, host, port, password):
if brique == "wcs":
print("warning: settings w.c.s. password is not implemented")
return
settings_d = "/etc/%s/settings.d" % brique
settings = "%s/database.py" % settings_d
if not os.path.isdir(settings_d):