Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>remotes/origin/feature_files_export
parent
dd949d5984
commit
0736f7dfd3
@ -0,0 +1,9 @@ |
||||
when all objects of a type are applied, then run the types gencode-{local,remote} scripts |
||||
|
||||
-------------------------------------------------------------------------------- |
||||
|
||||
__mein_type/ |
||||
type/ # executed when all objects of this type have been applied |
||||
gencode-local |
||||
gencode-remote |
||||
|
@ -0,0 +1,22 @@ |
||||
types can contribute global explorers |
||||
-------------------------------------------------------------------------------- |
||||
|
||||
__mein_type/ |
||||
global/ |
||||
explorer/ |
||||
status-von-foo |
||||
anderer |
||||
|
||||
$out/explorer/ |
||||
hostname |
||||
os |
||||
... |
||||
__mein_type/ |
||||
status-von-foo |
||||
anderer |
||||
|
||||
|
||||
todos: |
||||
- cdist scans types for global/explorer's |
||||
- when executing explorers, create the types namespace folder before running type gobal explorers |
||||
|
Loading…
Reference in new issue