From d6d1cff59bca71c003435ba1754457ecb811e0c3 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 10 Oct 2017 16:33:00 -0700 Subject: [PATCH] Move LDAP configs to base directory This removes the need for a 'config' directory and config values have been collapsed to 'config.env' and instance specific configuration is stored under the instance name. Change-Id: I64e2c93f42c799750ff2baf47033c2a909279483 Signed-off-by: Trevor Bramwell --- docker-compose.yml | 2 +- {config/ldap => ldap}/bootstrap/groups.ldif | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {config/ldap => ldap}/bootstrap/groups.ldif (100%) diff --git a/docker-compose.yml b/docker-compose.yml index e5a0684..88049dd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: env_file: config.env command: "--loglevel debug --copy-service" volumes: - - ./config/ldap/bootstrap/groups.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-groups.ldif + - ./ldap/bootstrap/groups.ldif:/container/service/slapd/assets/config/bootstrap/ldif/custom/50-groups.ldif ports: - "636:636" jenkins: diff --git a/config/ldap/bootstrap/groups.ldif b/ldap/bootstrap/groups.ldif similarity index 100% rename from config/ldap/bootstrap/groups.ldif rename to ldap/bootstrap/groups.ldif -- 2.16.6