forked from ungleich-public/cdist
todo(steven) == changed
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d32aa37fba
commit
c0561958d0
1 changed files with 4 additions and 22 deletions
|
@ -1,25 +1,3 @@
|
||||||
Object:
|
|
||||||
|
|
||||||
|
|
||||||
Type:
|
|
||||||
type.transferred_explorers
|
|
||||||
|
|
||||||
|
|
||||||
GlobalExplorer:
|
|
||||||
out_path: local path into which the output is written
|
|
||||||
|
|
||||||
cdist.core.GlobalExplorer.base_dir - local directory containing explorers
|
|
||||||
cdist.core.GlobalExplorer.remote_base_dir - remote directory containing explorers
|
|
||||||
|
|
||||||
path: local path to explorer
|
|
||||||
remote_path: remote path to explorer
|
|
||||||
|
|
||||||
See config_install: run_global_explorers()
|
|
||||||
|
|
||||||
Object/Type:
|
|
||||||
- rutern relative only
|
|
||||||
- Have accept absulet path on listing
|
|
||||||
|
|
||||||
Tests needed:
|
Tests needed:
|
||||||
|
|
||||||
- Fail if cache_dir from previous run cannot be deleted
|
- Fail if cache_dir from previous run cannot be deleted
|
||||||
|
@ -33,3 +11,7 @@ Tests needed:
|
||||||
|
|
||||||
- ensure paths returned by object include dot-cdist
|
- ensure paths returned by object include dot-cdist
|
||||||
- ensure path of explorer of object returns correct path
|
- ensure path of explorer of object returns correct path
|
||||||
|
|
||||||
|
Code fixes needed:
|
||||||
|
|
||||||
|
- shutil, os.mkdir, etc. everywhere: catch/reraise exceptions correctly
|
||||||
|
|
Loading…
Reference in a new issue