From a836b9208231c489b9221c95812cd5c8036b1b15 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 15 Jan 2011 17:55:31 +0100 Subject: [PATCH] describe main differences of manifests vs. providers Signed-off-by: Nico Schottelius --- doc/internal/config-layout | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/internal/config-layout b/doc/internal/config-layout index 472d9466..63742035 100644 --- a/doc/internal/config-layout +++ b/doc/internal/config-layout @@ -29,3 +29,12 @@ conf/providers// lib/providers// - same as above, but provided by the cdist distribution - if name exists in both, conf/ has priority + +Differences manifests vs. providers + + + manifests providers + +main purpose map config to host provide functionality +can change config no (prevent conflicts) yes (allow inheritance) +specificness site specific (globally) reusable