Initial commit
This commit is contained in:
11
entrypoint.sh
Executable file
11
entrypoint.sh
Executable 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}
|
||||
|
||||
Reference in New Issue
Block a user