mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
parent
41f0f05fc4
commit
18f42b648f
1 changed files with 1 additions and 0 deletions
|
@ -4006,6 +4006,7 @@ preseed_master() {
|
|||
[ -d $SEED_DEST ] || mkdir -p $SEED_DEST && chmod 700 $SEED_DEST || return 1
|
||||
|
||||
for keyfile in $_TEMP_KEYS_DIR/*; do
|
||||
keyfile=$(basename "${keyfile}")
|
||||
src_keyfile="${_TEMP_KEYS_DIR}/${keyfile}"
|
||||
dst_keyfile="${SEED_DEST}/${keyfile}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue