forked from ungleich-public/cdist
parent
ed1a53dda2
commit
2069650e74
1 changed files with 3 additions and 0 deletions
|
@ -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…
Reference in a new issue