lemonldap-ng/init/vault-database

9 lines
150 B
Bash
Executable File

#!/bin/sh
set -euo pipefail
[[- template "common/vault.mkpgrole.sh"
dict "ctx" .
"config" (dict "role" .instance "database" "postgres")
]]