explore hostname
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
49ab674edf
commit
34b75c2ad8
3 changed files with 59 additions and 2 deletions
|
|
@ -19,12 +19,14 @@
|
|||
#
|
||||
#
|
||||
|
||||
reports="os"
|
||||
reports="hostname os"
|
||||
|
||||
. cdist-config
|
||||
|
||||
for report in $reports; do
|
||||
func="cdist_explore_$report"
|
||||
var="__cdist_$report"
|
||||
. "../lib/$func"
|
||||
. "${CDIST_LIBDIR}/${func}"
|
||||
eval $var=\"\$\($func\)\"
|
||||
eval echo $var=\\\"\$$var\\\"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue