Merge remote branch 'nico/master'
This commit is contained in:
commit
7caec5a05b
2 changed files with 5 additions and 1 deletions
|
@ -54,5 +54,5 @@ if [ -x "$gencode" ]; then
|
||||||
|
|
||||||
eof
|
eof
|
||||||
|
|
||||||
__cdist_exec_fail_on_error "$gencode"
|
__cdist_exec_fail_on_error "$gencode" "$__cdist_object_id"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -2,6 +2,9 @@ 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
|
||||||
|
- hint: http://protempore.net/~calvins/howto/ssh-connection-sharing/
|
||||||
|
|
||||||
Type handler:
|
Type handler:
|
||||||
- add dependency parameters to core available for every type
|
- add dependency parameters to core available for every type
|
||||||
|
@ -22,3 +25,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