shrink todo file (this is a good day)

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-02 22:04:29 +01:00
parent 90f51cb867
commit a57402299c
1 changed files with 10 additions and 15 deletions

25
TODO
View File

@ -13,6 +13,7 @@
- installing and removing a package - installing and removing a package
- and report location of occurence - and report location of occurence
- parse afterwards? - parse afterwards?
- multi master setups
- how to define templates - how to define templates
- variable substitution from shell may be problematic - variable substitution from shell may be problematic
@ -22,24 +23,25 @@
- cdist-explore - cdist-explore
- add more stuff to explore - add more stuff to explore
- write manpage - write manpage
- save in cache as well
- Create usable Makefile - Create usable Makefile
- install - install
- types needed (inspired by what I use from puppet) - types needed:
- package management - package management
- file / directory handling - file / directory handling
- ssh-host-key: that uses cache / explored data from hosts! - ssh-host-key: that uses cache / explored data from hosts!
- services - services
- user management - user management
- including passwords - including passwords
- to implement (from cfengine): - file editing
- file editing (sed, awk) - add_line_to_file_if_not_existing
- huge library of functions shipped by default - delete_line_from_file
- disconnected clients with "cache" - regexp replace (can probably cover all?)
- release first public version, which includes at least: - release first public version, which includes at least:
- manpages - manpages
- only do necessary work - only do necessary work [TYPE IMPLEMENTATION HINTS]
- install packages only if not existent - install packages only if not existent
- copy file only if different - copy file only if different
Before initial release, document: Before initial release, document:
@ -50,10 +52,3 @@ Before initial release, document:
- cdist_file - cdist_file
- cdist_dir - cdist_dir
--------------------------------------------------------------------------------
Later:
- multi master setups
- pull strategy