forked from ungleich-public/cdist
add __cdist_type_explorers
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
391b5d7dc0
commit
db40e6c1a1
1 changed files with 5 additions and 0 deletions
|
@ -135,6 +135,11 @@ __cdist_type_mydir()
|
|||
echo "${__cdist_type_dir}/${__cdist_type_current}"
|
||||
}
|
||||
|
||||
__cdist_type_explorers()
|
||||
{
|
||||
echo "${__cdist_type_dir}/$1/$__cdist_name_explorer"
|
||||
}
|
||||
|
||||
__cdist_type_gencode()
|
||||
{
|
||||
local type="$1"
|
||||
|
|
Loading…
Reference in a new issue