Salt
Setup
-
Running locally:
Terminal window # this is a custom env varexport SALT_ROOT=${HOME}/salt_root# this is used by saltexport SALT_CONFIG_DIR=${SALT_ROOT}cat <<EOF > ${SALT_ROOT}/minionroot_dir: ${SALT_ROOT}pki_dir: ${SALT_ROOT}/pkicachedir: ${SALT_ROOT}/cachepidfile: ${SALT_ROOT}/master.pidsock_dir: ${SALT_ROOT}/socklog_file: ${SALT_ROOT}/logsconf_file: ${SALT_ROOT}/configsqlite_queue_dir: ${SALT_ROOT}/queuesfile_client: localfile_roots:base:- ${SALT_ROOT}/statespillar_roots:base:- ${SALT_ROOT}/pillars -
Running in Docker:
Terminal window TODO: