forked from ungleich-public/cdist
b4a431a03b
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
- Initial install support
|
|
- setup $__install = "yes" for
|
|
manifest(s), gencode-*
|
|
|
|
- run standard manifest (?)
|
|
- creates initial objects
|
|
- only those having the installer flag?
|
|
- requires changegs to cdist-type-emulator!
|
|
- Goto Rewrite cdist-type-emulator
|
|
|
|
- run all other manifests
|
|
- creates all objects
|
|
- what about type explorer?
|
|
- do not run, create empty output (types should be able
|
|
to handle this!)
|
|
|
|
- Support parallel execution
|
|
- and maximum number of parallel runs (-p X)
|
|
- error handling / report failed hosts
|
|
|
|
- Rewrite cdist-type-emulator
|
|
- Remove legacy code in cdist
|
|
- Remove cdist-config
|
|
- Remove man1/cdist-type-emulator.text
|
|
- Remove the PATH=... part from the README
|
|
|
|
- basename(argv0) == type
|
|
- how to get to type dir?
|
|
- dependent on -c to cdist!
|
|
- submit via internal env!
|
|
- need to build parameter parser
|
|
|
|
Test:
|
|
__cdist_type_base_dir=$(pwd -P)/conf/type __file
|
|
|
|
- Allow manifest to be read from stdin
|
|
- Create new video for cdist 2.0.0
|
|
http://www.youtube.com/watch?v=PRMjzy48eTI
|