cleanup todos
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
862ddd475a
commit
a891a951e7
2 changed files with 12 additions and 11 deletions
|
@ -21,3 +21,14 @@ DOCUMENTATION
|
||||||
--------------
|
--------------
|
||||||
- asciidoc interprets __, which we use for variables
|
- asciidoc interprets __, which we use for variables
|
||||||
names -> seek through docs and replace with \_\_!
|
names -> seek through docs and replace with \_\_!
|
||||||
|
- check all all internal variables are prefixed with __cdist
|
||||||
|
|
||||||
|
Cache:
|
||||||
|
- add example how to use
|
||||||
|
- export variable $__cache
|
||||||
|
-> for current host
|
||||||
|
-> add function to cdist-config, import from cdist-cache
|
||||||
|
|
||||||
|
|
||||||
|
remove --preseed from package_apt and add debconf_set_selection or similar
|
||||||
|
-> much cleaner!
|
||||||
|
|
|
@ -1,11 +1 @@
|
||||||
/ prefix all internal variables with __cdist! -> Nico
|
Release 1.5.0 correctly :-)
|
||||||
|
|
||||||
Cache:
|
|
||||||
- add example how to use
|
|
||||||
- export variable $__cache
|
|
||||||
-> for current host
|
|
||||||
-> add function to cdist-config, import from cdist-cache
|
|
||||||
|
|
||||||
|
|
||||||
remove --preseed from package_apt and add debconf_set_selection or similar
|
|
||||||
-> much cleaner!
|
|
||||||
|
|
Loading…
Reference in a new issue