forked from ungleich-public/cdist
+comment
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
9ccaa85102
commit
70704b16a9
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@
|
|||
. cdist-config
|
||||
set -eu
|
||||
|
||||
# Find out whether type is a singleton or regular type
|
||||
__cdist_type="$__cdist_myname"
|
||||
|
||||
# Find out whether type is a singleton or regular type
|
||||
if [ -f "$(__cdist_type_singleton "$__cdist_type")" ]; then
|
||||
__cdist_object_id="singleton"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue