2011-02-18 23:07:55 +00:00
|
|
|
Core:
|
|
|
|
- Support singletons (see types/issue for a good reason)
|
|
|
|
- extend cdist_tree_wrapper to look for optional/mandority parameters for types
|
|
|
|
- gives "good" database, which contains only valid objects
|
2011-02-22 11:06:38 +00:00
|
|
|
- use ssh with master socket?
|
|
|
|
- saves connection delay for new connections: -M
|
2011-02-22 11:07:31 +00:00
|
|
|
- hint: http://protempore.net/~calvins/howto/ssh-connection-sharing/
|
2011-02-18 23:07:55 +00:00
|
|
|
|
|
|
|
Type handler:
|
|
|
|
- add dependency parameters to core available for every type
|
|
|
|
--requires
|
|
|
|
--excludes?
|
|
|
|
|
|
|
|
Stage 5 (code execution):
|
|
|
|
- check return codes
|
|
|
|
- abort on first error?
|
|
|
|
- dependencies
|
|
|
|
|
|
|
|
|
|
|
|
Types to be written:
|
2011-02-04 22:27:19 +00:00
|
|
|
- ssh-keys (host/user)
|
|
|
|
- services
|
|
|
|
- user management
|
|
|
|
- file editing
|
|
|
|
- add_line_to_file_if_not_existing
|
|
|
|
- delete_line_from_file
|
|
|
|
- regexp replace (can probably cover all?)
|
2011-02-22 11:06:38 +00:00
|
|
|
|