From 32356013fd2ec292e8a4964cc296684f54655a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sun, 26 Mar 2017 10:12:08 +0000 Subject: [PATCH] Correct configuration file tagging section name --- certidude/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certidude/config.py b/certidude/config.py index 2d4822e..193e456 100644 --- a/certidude/config.py +++ b/certidude/config.py @@ -88,6 +88,6 @@ elif "ldap" == AUTHORIZATION_BACKEND: else: raise NotImplementedError("Unknown authorization backend '%s'" % AUTHORIZATION_BACKEND) -TAG_TYPES = [j.split("/", 1) + [cp.get("tag types", j)] for j in cp.options("tag types")] +TAG_TYPES = [j.split("/", 1) + [cp.get("tagging", j)] for j in cp.options("tagging")] # TODO: Check if we don't have base or servers