describe main differences of manifests vs. providers

Signed-off-by: Nico Schottelius <nico@yoda.schottelius.org>
This commit is contained in:
Nico Schottelius 2011-01-15 17:55:31 +01:00
parent 89a2856141
commit a836b92082
1 changed files with 9 additions and 0 deletions

View File

@ -29,3 +29,12 @@ conf/providers/<name>/
lib/providers/<name>/
- 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