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
|
|
|
|
2012-03-18 08:44:44 +00:00
|
|
|
CORE
|
|
|
|
----
|
|
|
|
- support default parameter
|
2012-04-21 23:20:32 +00:00
|
|
|
- document and add paremeters for remote-copy and remote-exec!
|
|
|
|
- remove hack, make a feature of it
|
2012-03-18 08:44:44 +00:00
|
|
|
|
2012-05-22 14:01:03 +00:00
|
|
|
- remove var=foo calls on remote side. Use -o SendEnv (yeah, see ssh_config(5))
|
|
|
|
|
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-11-18 13:36:51 +00:00
|
|
|
- test DependencyResolver
|
|
|
|
|
2011-09-23 16:56:29 +00:00
|
|
|
|
2011-09-11 21:41:46 +00:00
|
|
|
USER INTERFACE
|
|
|
|
--------------
|
2011-04-05 15:58:09 +00:00
|
|
|
- How to cleanly implement "restart service if config file changed"
|
2012-01-09 15:25:32 +00:00
|
|
|
-> document
|
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
|
|
|
|
------
|
2012-02-01 10:55:58 +00:00
|
|
|
- Add testing framework (proposed by Evax Software)
|
2012-02-13 13:29:44 +00:00
|
|
|
- __user
|
|
|
|
add option to include --create-home
|
2012-02-17 13:15:38 +00:00
|
|
|
- Merge __addifnosuchline and __removeline into __line + --state present|absent
|
2012-03-12 20:01:03 +00:00
|
|
|
- __cron: Support --file to be used instead of user cron (probably direct support
|
|
|
|
of /etc/cron.d)
|
2012-03-26 16:12:06 +00:00
|
|
|
|
|
|
|
- Support uci from openwrt?
|
|
|
|
- http://wiki.openwrt.org/doc/uci
|