From d9a06c881a4f6b435fa3181d5ef45dbd29e3fc18 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 15:42:19 +0100 Subject: [PATCH] cleanup config layout Signed-off-by: Nico Schottelius --- doc/internal/config-layout | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/internal/config-layout b/doc/internal/config-layout index 3f4d55da..8d367552 100644 --- a/doc/internal/config-layout +++ b/doc/internal/config-layout @@ -8,7 +8,7 @@ conf/MANIFEST - will be called by $whatever and relative path will be setup for source tracking: -conf/providers// +conf/providers// - provide standard types - may make use of other providers to realise a new type - how to overwrite stuff? @@ -18,10 +18,6 @@ conf/providers// but more like reusable defines - or may implement some functionality on their own -conf/modules// - - configuration put together - - needed additionally to providers? - - perhaps as singletons / objects of class? - -Cached client: ??????? - Has generated file, which will be (re-)applied +lib/providers// + - same as above, but included into cdist distribution + - if name exists in both, conf/ has priority