From b73ff79539df41f21b2910a9bd900a813de48073 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Jun 2019 09:59:34 +0200 Subject: [PATCH] maj eoledb --- tmpl/ninegate-db.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/tmpl/ninegate-db.yml b/tmpl/ninegate-db.yml index 5c70385f..c09fe698 100644 --- a/tmpl/ninegate-db.yml +++ b/tmpl/ninegate-db.yml @@ -1,14 +1,5 @@ --- %set dmode = %%getVar('ninegate_db_mode','non') -%if %%dmode == "default" -%set dmode = %%getVar('edb_local','non') -%end if -%if %%dmode == "oui" -%set dmode = "local" -%end if -dbmode: %%dmode -grantall: true - %if %%dmode == "externe" dbhost: %%ninegate_dbserver dbport: %%ninegate_dbport @@ -37,6 +28,7 @@ client_hosts: ["%%adresse_ip_eth0" %slurp ] %end if %end if + createscript: "/usr/share/eole/db/ninegate/gen/ninegate-create-0.sql" %set cnt_prefix = %%getVar('container_path_reseau', '')