diff --git a/bin/cdist-config b/bin/cdist-config index 65372dd9..ee0eb919 100755 --- a/bin/cdist-config +++ b/bin/cdist-config @@ -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"