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

11 lines
151 B
Bash
Executable File

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