From a79b31e154276ae02e7eb0cbc8d8d196af8374ea Mon Sep 17 00:00:00 2001 From: Andrey Pavlov Date: Mon, 27 Feb 2017 09:20:23 +0000 Subject: [PATCH] Ajust to per-service configuration Change-Id: Icc3ecc0f4d3b22a1d280e3321fcfd4b30834c9d0 Depends-On: I274826648390b844d240b7ae545c40264f662452 --- service/files/defaults.yaml | 2 -- service/mariadb.yaml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/service/files/defaults.yaml b/service/files/defaults.yaml index dae244d..d803850 100644 --- a/service/files/defaults.yaml +++ b/service/files/defaults.yaml @@ -1,6 +1,4 @@ configs: - service: - database: mariadb db: max_timeout: 60 root_password: password diff --git a/service/mariadb.yaml b/service/mariadb.yaml index 3962211..d981943 100644 --- a/service/mariadb.yaml +++ b/service/mariadb.yaml @@ -1,6 +1,6 @@ dsl_version: 0.4.0 service: - name: {{ service.database }} + name: mariadb ports: - {{ mariadb.port }} # {% if telegraf is defined %}