cdist-contrib/type/__netbox
matze a05cb214e1 __netbox: fix shellcheck by changing parameter checks
The working `ls | grep .` like solution was dropped based on the
shellcheck warning. Rather a solution with `find(1)` is used.

As alternative, it could be simply checked if the glob succeeds or not
by test all given arguments if there are existing files. It was dropped
in question if it's really better than the `find(1)` solution.
2020-08-20 19:37:09 +02:00
..
explorer __netbox: add version memorisation 2020-08-16 15:18:47 +02:00
files __netbox: fix shellcheck by changing parameter checks 2020-08-20 19:37:09 +02:00
parameter __netbox: support basic LDAP group mapping 2020-07-21 08:30:09 +02:00
gencode-remote __netbox: add version memorisation 2020-08-16 15:18:47 +02:00
man.rst __netbox: add manpage explanation of the type 2020-08-16 15:31:38 +02:00
manifest __netbox: add version memorisation 2020-08-16 15:18:47 +02:00
singleton Initial __netbox type 2020-07-20 17:20:33 +02:00