mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Create default logs directory which is absent after git installations
This commit is contained in:
parent
e117569922
commit
e96c58ea4d
1 changed files with 4 additions and 0 deletions
|
@ -6007,6 +6007,10 @@ config_salt() {
|
|||
echowarn "No configuration or keys were copied over. No configuration was done!"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
# Create default logs directory if not exists (happens with git installations)
|
||||
mkdir -p /var/log/salt
|
||||
|
||||
return 0
|
||||
}
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue