From a29c87d8b1774e8c7e596b1231713162fb0f8c0b Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Wed, 29 Mar 2023 08:48:21 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=B8=D0=B7=D0=B1=D1=8B=D1=82=D0=BE=D1=87=D0=BD=D1=8B=D0=B5=20?= =?UTF-8?q?=D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/templates/taiga/postgresql/ini.env | 2 +- profiles/templates/taiga/rabbitmq-server/ini.env | 2 +- profiles/templates/taiga/taiga/ini.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/templates/taiga/postgresql/ini.env b/profiles/templates/taiga/postgresql/ini.env index 17e31b1..1ecf65e 100644 --- a/profiles/templates/taiga/postgresql/ini.env +++ b/profiles/templates/taiga/postgresql/ini.env @@ -1,4 +1,4 @@ -# Calculate format=samba path=/var/calculate grep(/var/calculate/ini.env,postgresql)== comment=# protected +# Calculate format=samba path=/var/calculate grep(/var/calculate/ini.env,postgresql)== protected [postgresql] postgres_password = #-rnd(pas,12)-# taiga_password = #-rnd(pas,12)-# diff --git a/profiles/templates/taiga/rabbitmq-server/ini.env b/profiles/templates/taiga/rabbitmq-server/ini.env index 5774a34..fffc908 100644 --- a/profiles/templates/taiga/rabbitmq-server/ini.env +++ b/profiles/templates/taiga/rabbitmq-server/ini.env @@ -1,3 +1,3 @@ -# Calculate format=samba path=/var/calculate grep(/var/calculate/ini.env,rabbitmq)== comment=# protected +# Calculate format=samba path=/var/calculate grep(/var/calculate/ini.env,rabbitmq)== protected [rabbitmq] taiga_password = #-rnd(pas,12)-# diff --git a/profiles/templates/taiga/taiga/ini.env b/profiles/templates/taiga/taiga/ini.env index 375a494..dfb0964 100644 --- a/profiles/templates/taiga/taiga/ini.env +++ b/profiles/templates/taiga/taiga/ini.env @@ -1,4 +1,4 @@ -# Calculate format=samba path=/var/calculate chmod=600 chown=taiga:taiga comment=# grep(/var/calculate/ini.env,taiga_sites_domain)== protected +# Calculate format=samba path=/var/calculate chmod=600 chown=taiga:taiga grep(/var/calculate/ini.env,taiga_sites_domain)== protected [taiga] protocol = http taiga_sites_domain = taiga.example.org