describe main differences of manifests vs. providers
Signed-off-by: Nico Schottelius <nico@yoda.schottelius.org>
This commit is contained in:
parent
89a2856141
commit
a836b92082
1 changed files with 9 additions and 0 deletions
|
@ -29,3 +29,12 @@ conf/providers/<name>/
|
||||||
lib/providers/<name>/
|
lib/providers/<name>/
|
||||||
- same as above, but provided by the cdist distribution
|
- same as above, but provided by the cdist distribution
|
||||||
- if name exists in both, conf/ has priority
|
- 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
|
||||||
|
|
Loading…
Reference in a new issue