cdist/cdist/conf/type/__ssh_authorized_keys/explorer/keys

10 lines
123 B
Plaintext
Raw Normal View History

#!/bin/sh -e
2020-05-30 13:10:13 +00:00
# shellcheck disable=SC1090
file="$( . "$__type_explorer/file" )"
if [ -f "$file" ]
then
cat "$file"
fi