Allow filling __issue from stdin

closes #130
remotes/origin/key_value-onchange
Jonas Weber 7 years ago
parent ed1a53dda2
commit 2069650e74
  1. 3
      cdist/conf/type/__issue/manifest

@ -25,6 +25,9 @@ os="$(cat "$__global/explorer/os")"
if [ -f "$__object/parameter/source" ]; then
source="$(cat "$__object/parameter/source")"
if [ "$source" = "-" ]; then
source="${__object}/stdin"
fi
else
case "$os" in
archlinux|redhat)

Loading…
Cancel
Save