todo: ssh master connection
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
f7e18d94ec
commit
568ff05ce5
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@ Core:
|
||||||
- Support singletons (see types/issue for a good reason)
|
- Support singletons (see types/issue for a good reason)
|
||||||
- extend cdist_tree_wrapper to look for optional/mandority parameters for types
|
- extend cdist_tree_wrapper to look for optional/mandority parameters for types
|
||||||
- gives "good" database, which contains only valid objects
|
- gives "good" database, which contains only valid objects
|
||||||
|
- use ssh with master socket?
|
||||||
|
- saves connection delay for new connections: -M
|
||||||
|
|
||||||
Type handler:
|
Type handler:
|
||||||
- add dependency parameters to core available for every type
|
- add dependency parameters to core available for every type
|
||||||
|
@ -22,3 +24,4 @@ Types to be written:
|
||||||
- add_line_to_file_if_not_existing
|
- add_line_to_file_if_not_existing
|
||||||
- delete_line_from_file
|
- delete_line_from_file
|
||||||
- regexp replace (can probably cover all?)
|
- regexp replace (can probably cover all?)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue