forked from ungleich-public/cdist
remove double information from reference
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
762fa52638
commit
21aacd44b4
1 changed files with 2 additions and 13 deletions
|
@ -135,19 +135,8 @@ tmp_dir::
|
||||||
|
|
||||||
TYPES
|
TYPES
|
||||||
-----
|
-----
|
||||||
The following types are available:
|
The available types are listed in the SEE ALSO section
|
||||||
|
and are referenced as cdist-type__TYPENAME.
|
||||||
eof
|
|
||||||
for type in man7/cdist-type__*; do
|
|
||||||
name_1="${type#man7/cdist-type}"
|
|
||||||
name_2="${name_1%.7}"
|
|
||||||
|
|
||||||
name="$name_2"
|
|
||||||
echo "- $name"
|
|
||||||
done
|
|
||||||
|
|
||||||
cat << eof
|
|
||||||
|
|
||||||
|
|
||||||
VARIABLES
|
VARIABLES
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in a new issue