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

10 lines
123 B
Bash
Executable File

#!/bin/sh -e
# shellcheck disable=SC1090
file="$( . "$__type_explorer/file" )"
if [ -f "$file" ]
then
cat "$file"
fi