reorder todos

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-04-05 20:26:00 +02:00
parent 4fc181273a
commit 864d25bd8c
1 changed files with 9 additions and 8 deletions

View File

@ -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