less todo, updates for changelog
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
a5aec13927
commit
d084cf1422
3 changed files with 6 additions and 22 deletions
|
@ -1,9 +1,10 @@
|
||||||
1.1:
|
1.1:
|
||||||
* Replace type __file with __file, __directory, __link
|
* Replace type __file with __file, __directory, __link
|
||||||
|
* Document cdist-env
|
||||||
|
|
||||||
1.0.4: 2011-03-15
|
1.0.4: 2011-03-15
|
||||||
* New type __motd
|
* New type __motd
|
||||||
* New type __addifnosuchline
|
* New type __addifnosuchline (Daniel Roth)
|
||||||
* Document type __issue
|
* Document type __issue
|
||||||
* Document type __package_pacman
|
* Document type __package_pacman
|
||||||
* Document type __package_apt
|
* Document type __package_apt
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
DOC:
|
||||||
|
- cdist-dir
|
||||||
|
- cdist-config
|
|
@ -9,22 +9,9 @@ Types to be written/extended:
|
||||||
- __service
|
- __service
|
||||||
- __user
|
- __user
|
||||||
- __file_edit
|
- __file_edit
|
||||||
- delete_line_from_file
|
- __deleteline
|
||||||
- regexp replace (can probably cover all?)
|
- regexp replace (can probably cover all?)
|
||||||
- __file:
|
|
||||||
- template == [shell script] stdout
|
|
||||||
- cron
|
- cron
|
||||||
- __file: think about splitting
|
|
||||||
__file
|
|
||||||
source
|
|
||||||
mode
|
|
||||||
owner
|
|
||||||
__directory
|
|
||||||
parents
|
|
||||||
mode
|
|
||||||
owner
|
|
||||||
__link
|
|
||||||
type symbolic | hard
|
|
||||||
- __issue: add --source
|
- __issue: add --source
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,16 +28,9 @@ Documentation:
|
||||||
+ cdist
|
+ cdist
|
||||||
+ cdist-deploy-to
|
+ cdist-deploy-to
|
||||||
+ cdist-manifest
|
+ cdist-manifest
|
||||||
- cdist-type [IMPORTANT]
|
|
||||||
- only do necessary work [TYPE IMPLEMENTATION HINTS]
|
|
||||||
- install packages only if not existent
|
|
||||||
- copy file only if different
|
|
||||||
- DOC document that $type/manifest is executed for every object/instance
|
|
||||||
- ensure every file in bin/ has a correspondent manpage
|
- ensure every file in bin/ has a correspondent manpage
|
||||||
- cdist-code-run-all
|
- cdist-code-run-all
|
||||||
- cdist-config
|
|
||||||
- cdist-deploy-to
|
- cdist-deploy-to
|
||||||
- cdist-dir
|
|
||||||
- cdist-explorer-run-init
|
- cdist-explorer-run-init
|
||||||
- cdist-manifest-run
|
- cdist-manifest-run
|
||||||
- cdist-manifest-run-all
|
- cdist-manifest-run-all
|
||||||
|
|
Loading…
Reference in a new issue