forked from ungleich-public/cdist
more cdist ideas
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
20a7967332
commit
fb3edeaa3d
1 changed files with 7 additions and 4 deletions
|
@ -92,10 +92,13 @@ Where to place/start the configuration?
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
cdist installation / paths:
|
cdist installation / paths:
|
||||||
|
|
||||||
/etc/cdist/ # CDIST_DIR
|
/etc/cdist/ # CDISTBASEDIR
|
||||||
config/ # CONFIGDIR
|
config/ # CDISTCONFIGDIR
|
||||||
types/ # USERTYPEDIR
|
types/ # CDISTUSERTYPEDIR
|
||||||
|
|
||||||
$prefix/lib/cdist/types/ # SYSTYPEDIR
|
$prefix/lib/cdist/types/ # CDISTSYSTYPEDIR
|
||||||
|
|
||||||
|
|
||||||
|
cdist environment:
|
||||||
|
$__loaded_from # path where $type has been loaded from
|
||||||
|
PATH=$CDISTUSERTYPEDIR:$CDISTSYSTYPEDIR:$PATH
|
||||||
|
|
Loading…
Reference in a new issue