2c3d71a7e7
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
47 lines
1.4 KiB
Text
47 lines
1.4 KiB
Text
UNASSIGNED TODOS
|
|
----------------
|
|
The following list of todos has not been assigned to any developer.
|
|
Feel free to pick one!
|
|
|
|
CORE
|
|
----
|
|
- Add echo function / beautify output
|
|
__cdist_echo [level] [messages...]
|
|
level := syslog alike:
|
|
debug, notice, err
|
|
Include object_self prefixing, if given!
|
|
- Think about moving cdist-type-build-emulation out of cdist-manifest-run to
|
|
cdist-deploy-to: more dependency of cdist-manifest-run, but a lot of
|
|
less cycles consumed
|
|
|
|
- cdist-object-gencode: remove code if output empty?
|
|
- also take care of that in cdist-code-run!
|
|
- cdist-object-process -> cdist-object-prepare
|
|
- Remove cdist-object-push, covers only one line and is used only once:
|
|
[20:22] kr:bin% grep cdist-object-push *
|
|
cdist-object-run: cdist-object-push "$__cdist_target_host" "$__cdist_object"
|
|
[20:22] kr:bin%
|
|
|
|
- probably remove or improve cdist-type-template
|
|
|
|
TYPES
|
|
------
|
|
Types to be written/extended:
|
|
- __ssh-keys (host/user)
|
|
- Think about __service - necessary?
|
|
- __file_edit
|
|
- regexp replace (can probably cover all?)
|
|
-> aka sed.
|
|
- __cron
|
|
|
|
DOCUMENTATION
|
|
--------------
|
|
- asciidoc interprets __, which we use for variables
|
|
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
|