2011-03-25 18:39:50 +00:00
|
|
|
UNASSIGNED TODOS
|
|
|
|
----------------
|
2011-03-24 15:02:15 +00:00
|
|
|
The following list of todos has not been assigned to any developer.
|
2011-03-25 18:39:50 +00:00
|
|
|
Feel free to pick one!
|
2011-03-24 15:02:15 +00:00
|
|
|
|
2011-03-25 18:39:50 +00:00
|
|
|
CORE
|
|
|
|
----
|
2011-11-02 15:41:56 +00:00
|
|
|
- Add subcommand to create template of a type with working manpage
|
|
|
|
(cdist type-template or so)
|
2011-09-11 21:41:46 +00:00
|
|
|
|
2011-09-23 16:56:29 +00:00
|
|
|
TESTS
|
|
|
|
-----
|
|
|
|
- multiple defines of object:
|
|
|
|
- fail if different parameters
|
|
|
|
- succeed if same parameters
|
2011-11-18 09:39:21 +00:00
|
|
|
- verify that all env variables in doc/man/cdist-reference.text.sh
|
|
|
|
exist in the right stages
|
2011-09-23 16:56:29 +00:00
|
|
|
|
2011-09-11 21:41:46 +00:00
|
|
|
USER INTERFACE
|
|
|
|
--------------
|
|
|
|
- add support $__tmp?
|
2011-04-05 13:19:33 +00:00
|
|
|
- for use in manifest, code, etc.?
|
|
|
|
- for creating temporary files, etc.
|
2011-03-24 15:02:15 +00:00
|
|
|
|
2011-04-05 15:58:09 +00:00
|
|
|
- How to cleanly implement "restart service if config file changed"
|
2011-04-04 22:11:19 +00:00
|
|
|
|
2011-04-05 18:26:00 +00:00
|
|
|
- Cache
|
|
|
|
- add example how to use
|
|
|
|
- export variable $__cache
|
|
|
|
-> for current host
|
|
|
|
-> add function to cdist-config, import from cdist-cache
|
|
|
|
|
2011-06-08 19:25:52 +00:00
|
|
|
- Define / document "this is what should be on host X"
|
|
|
|
and have it parsable by different (shinken) tool
|
|
|
|
-> given after manifest run already!
|
2011-04-05 18:26:00 +00:00
|
|
|
|
2011-09-11 21:41:46 +00:00
|
|
|
- use absent/present for state by default?
|
2011-09-27 15:36:01 +00:00
|
|
|
- buggy output with packages that don't exist in archlinux and fedora:
|
|
|
|
python3 vs. python
|
2011-06-17 11:59:53 +00:00
|
|
|
|
2011-03-25 18:39:50 +00:00
|
|
|
TYPES
|
|
|
|
------
|
2011-04-02 12:40:31 +00:00
|
|
|
- __ssh-keys (host/user)
|
|
|
|
- __file_edit
|
|
|
|
- regexp replace (can probably cover all?)
|
|
|
|
-> aka sed.
|
2011-04-05 18:26:00 +00:00
|
|
|
- __user
|
2011-04-02 12:40:31 +00:00
|
|
|
add option to include --create-home
|
2011-03-23 12:21:18 +00:00
|
|
|
|
2011-03-28 20:43:50 +00:00
|
|
|
DOCUMENTATION
|
|
|
|
--------------
|
|
|
|
- asciidoc interprets __, which we use for variables
|
|
|
|
names -> seek through docs and replace with \_\_!
|
2011-04-04 22:11:19 +00:00
|
|
|
- reference explorers in cdist-reference!
|