shrink todo file (this is a good day)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
90f51cb867
commit
a57402299c
1 changed files with 10 additions and 15 deletions
21
TODO
21
TODO
|
@ -13,6 +13,7 @@
|
|||
- installing and removing a package
|
||||
- and report location of occurence
|
||||
- parse afterwards?
|
||||
- multi master setups
|
||||
|
||||
- how to define templates
|
||||
- variable substitution from shell may be problematic
|
||||
|
@ -22,22 +23,23 @@
|
|||
- cdist-explore
|
||||
- add more stuff to explore
|
||||
- write manpage
|
||||
- save in cache as well
|
||||
- Create usable Makefile
|
||||
- install
|
||||
- types needed (inspired by what I use from puppet)
|
||||
- types needed:
|
||||
- package management
|
||||
- file / directory handling
|
||||
- ssh-host-key: that uses cache / explored data from hosts!
|
||||
- services
|
||||
- user management
|
||||
- including passwords
|
||||
- to implement (from cfengine):
|
||||
- file editing (sed, awk)
|
||||
- huge library of functions shipped by default
|
||||
- disconnected clients with "cache"
|
||||
- file editing
|
||||
- add_line_to_file_if_not_existing
|
||||
- delete_line_from_file
|
||||
- regexp replace (can probably cover all?)
|
||||
- release first public version, which includes at least:
|
||||
- manpages
|
||||
- only do necessary work
|
||||
- only do necessary work [TYPE IMPLEMENTATION HINTS]
|
||||
- install packages only if not existent
|
||||
- copy file only if different
|
||||
|
||||
|
@ -50,10 +52,3 @@ Before initial release, document:
|
|||
- cdist_file
|
||||
- cdist_dir
|
||||
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
Later:
|
||||
|
||||
- multi master setups
|
||||
- pull strategy
|
||||
|
|
Loading…
Reference in a new issue