forked from ungleich-public/cdist
reorder todos
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
4fc181273a
commit
864d25bd8c
1 changed files with 9 additions and 8 deletions
|
@ -29,6 +29,14 @@ CORE
|
||||||
|
|
||||||
- How to cleanly implement "restart service if config file changed"
|
- How to cleanly implement "restart service if config file changed"
|
||||||
|
|
||||||
|
- Cache
|
||||||
|
- add example how to use
|
||||||
|
- export variable $__cache
|
||||||
|
-> for current host
|
||||||
|
-> add function to cdist-config, import from cdist-cache
|
||||||
|
|
||||||
|
- check all all internal variables are prefixed with __cdist
|
||||||
|
|
||||||
TYPES
|
TYPES
|
||||||
------
|
------
|
||||||
- __ssh-keys (host/user)
|
- __ssh-keys (host/user)
|
||||||
|
@ -36,19 +44,12 @@ TYPES
|
||||||
- regexp replace (can probably cover all?)
|
- regexp replace (can probably cover all?)
|
||||||
-> aka sed.
|
-> aka sed.
|
||||||
- __cron
|
- __cron
|
||||||
- __user:
|
- __user
|
||||||
add option to include --create-home
|
add option to include --create-home
|
||||||
fix __user NAME case (same issue as __group)
|
|
||||||
|
|
||||||
DOCUMENTATION
|
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
|
|
||||||
- reference explorers in cdist-reference!
|
- reference explorers in cdist-reference!
|
||||||
|
|
||||||
Cache:
|
|
||||||
- add example how to use
|
|
||||||
- export variable $__cache
|
|
||||||
-> for current host
|
|
||||||
-> add function to cdist-config, import from cdist-cache
|
|
||||||
|
|
Loading…
Reference in a new issue