Initial commit

This commit is contained in:
Carlos
2018-09-23 18:55:20 +02:00
commit a41e5bc976
6 changed files with 216 additions and 0 deletions

11
entrypoint.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -e
source "${SALT_RUNTIME_DIR}/functions.sh"
# Copy minion keys
copy_minion_keys
exec salt-master --log-level=${SALT_LOG_LEVEL:-warning}