From db40e6c1a1536df65803c1d06682dd3b06f76ef9 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 23 Feb 2011 00:21:11 +0100 Subject: [PATCH] add __cdist_type_explorers Signed-off-by: Nico Schottelius --- bin/cdist-config | 5 +++++ 1 file changed, 5 insertions(+) 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"