how to store non-cdist related content in a cdist repo
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
74e003d29b
commit
46a0689dfe
1 changed files with 16 additions and 0 deletions
|
@ -219,6 +219,22 @@ echo __file /tmp/stdintest --mode 0644 | \
|
||||||
cdist --initial-manifest - cdist-dev-01.ungleich.ch
|
cdist --initial-manifest - cdist-dev-01.ungleich.ch
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
OTHER CONTENT IN CDIST REPOSITORY
|
||||||
|
---------------------------------
|
||||||
|
Usually the cdist repository contains all configuration
|
||||||
|
items. Sometimes you may have additional resources that
|
||||||
|
you would like to store in your central configuration
|
||||||
|
repositiory (like password files from KeepassX,
|
||||||
|
Libreoffice diagrams, etc.).
|
||||||
|
|
||||||
|
It is recommended to use a subfolder named "non-cdist"
|
||||||
|
in the repository for such content: It allows you to
|
||||||
|
easily distinguish what is used by cdist and what not
|
||||||
|
and also to store all important files in one
|
||||||
|
repository.
|
||||||
|
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
- cdist(1)
|
- cdist(1)
|
||||||
|
|
Loading…
Reference in a new issue