even less todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
b7dd337ea5
commit
a3f2bc5fbb
2 changed files with 4 additions and 14 deletions
|
@ -34,8 +34,6 @@ Documentation:
|
||||||
- cdist-trigger after first run from /var/lib/cdist/out/bin?
|
- cdist-trigger after first run from /var/lib/cdist/out/bin?
|
||||||
- Different environments (production, integration, development)
|
- Different environments (production, integration, development)
|
||||||
- via version control
|
- via version control
|
||||||
- Define how to raise errors in types
|
|
||||||
|
|
||||||
- Check all references in manpages, ensure all manpages exist, generic ones:
|
- Check all references in manpages, ensure all manpages exist, generic ones:
|
||||||
+ cdist
|
+ cdist
|
||||||
+ cdist-deploy-to
|
+ cdist-deploy-to
|
||||||
|
@ -45,10 +43,6 @@ Documentation:
|
||||||
- install packages only if not existent
|
- install packages only if not existent
|
||||||
- copy file only if different
|
- copy file only if different
|
||||||
- DOC document that $type/manifest is executed for every object/instance
|
- DOC document that $type/manifest is executed for every object/instance
|
||||||
- category 7:
|
|
||||||
- cdist-manifest(7)
|
|
||||||
- cdist-explorer
|
|
||||||
- cdist-config-layout
|
|
||||||
- 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-config
|
||||||
|
@ -67,8 +61,4 @@ Documentation:
|
||||||
- cdist-run-remote
|
- cdist-run-remote
|
||||||
- cdist-type-build-emulation
|
- cdist-type-build-emulation
|
||||||
- cdist-type-emulator
|
- cdist-type-emulator
|
||||||
- Cleanup READMEs
|
|
||||||
- Ensure html output of manpages are published on the web
|
- Ensure html output of manpages are published on the web
|
||||||
|
|
||||||
- Makefile:
|
|
||||||
- Include manpage generation
|
|
||||||
|
|
|
@ -43,10 +43,10 @@ __file /etc/nologin --type file --source "$__type/files/default.nologin"
|
||||||
|
|
||||||
SEE ALSO
|
SEE ALSO
|
||||||
--------
|
--------
|
||||||
cdist-manifest-run(1),
|
- cdist-manifest-run(1)
|
||||||
cdist-manifest-run-all(1),
|
- cdist-manifest-run-all(1)
|
||||||
cdist-manifest-run-init(1),
|
- cdist-manifest-run-init(1)
|
||||||
cdist-type(7)
|
- cdist-type(7)
|
||||||
|
|
||||||
|
|
||||||
COPYING
|
COPYING
|
||||||
|
|
Loading…
Reference in a new issue