2010-10-28 19:13:57 +00:00
|
|
|
- doc:
|
|
|
|
- cdist manpage (main manpage)
|
2010-11-01 15:19:54 +00:00
|
|
|
- cleanup following man + their tree:
|
2010-11-01 15:30:16 +00:00
|
|
|
- cdist-language [IMPORTANT]
|
|
|
|
- cdist-design.text [IMPORTANT]
|
|
|
|
- cdist-push-pull
|
|
|
|
- cdist-quickstart
|
2011-02-02 20:59:48 +00:00
|
|
|
- cdist-types [IMPORTANT]
|
2011-02-03 12:24:56 +00:00
|
|
|
- cdist.text [IMPORTANT]
|
2010-10-28 21:31:57 +00:00
|
|
|
- add terminology
|
|
|
|
- define steps within configuration apply
|
|
|
|
- detect impossible/unsafe things:
|
|
|
|
- creating a file twice
|
|
|
|
- installing and removing a package
|
|
|
|
- and report location of occurence
|
|
|
|
- parse afterwards?
|
2011-02-02 21:04:29 +00:00
|
|
|
- multi master setups
|
2011-02-03 12:24:56 +00:00
|
|
|
- templating
|
|
|
|
- how to define templates
|
|
|
|
- variable substitution from shell may be problematic
|
2010-10-28 21:31:57 +00:00
|
|
|
- SHELL SCRIPTS! (executables? do not support?)
|
2011-02-03 12:24:56 +00:00
|
|
|
- stdout == output of template == what will be used
|
2010-10-28 21:31:57 +00:00
|
|
|
- cdist-explore
|
|
|
|
- add more stuff to explore
|
|
|
|
- write manpage
|
2011-02-02 21:04:29 +00:00
|
|
|
- save in cache as well
|
2010-10-28 19:32:35 +00:00
|
|
|
- Create usable Makefile
|
|
|
|
- install
|
2011-02-02 21:04:29 +00:00
|
|
|
- types needed:
|
2011-02-02 20:59:48 +00:00
|
|
|
- package management
|
2010-10-28 21:31:57 +00:00
|
|
|
- file / directory handling
|
2011-02-02 20:59:48 +00:00
|
|
|
- ssh-host-key: that uses cache / explored data from hosts!
|
2010-10-28 21:31:57 +00:00
|
|
|
- services
|
|
|
|
- user management
|
|
|
|
- including passwords
|
2011-02-02 21:04:29 +00:00
|
|
|
- file editing
|
|
|
|
- add_line_to_file_if_not_existing
|
|
|
|
- delete_line_from_file
|
|
|
|
- regexp replace (can probably cover all?)
|
2010-10-28 21:31:57 +00:00
|
|
|
- release first public version, which includes at least:
|
|
|
|
- manpages
|
2011-02-02 21:04:29 +00:00
|
|
|
- only do necessary work [TYPE IMPLEMENTATION HINTS]
|
|
|
|
- install packages only if not existent
|
|
|
|
- copy file only if different
|
2010-11-01 15:19:54 +00:00
|
|
|
|
|
|
|
Before initial release, document:
|
|
|
|
|
|
|
|
- how to add package backends
|
|
|
|
- how to write a minimal host manifest
|
|
|
|
- create library with all functions (and their parameters)
|
|
|
|
- cdist_package
|
|
|
|
- cdist_file
|
|
|
|
- cdist_dir
|
|
|
|
|