Bugfix when keys/minions directory did not exist

Addressed a bug that caused the container to crash
when `/home/salt/data/keys/minions` was not present

Issue #9
This commit is contained in:
Carlos Álvaro
2018-12-19 22:21:34 +01:00
parent f0bbbdcb33
commit 74431312d6
2 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ Please refer to the SaltStack [Release Notes](https://docs.saltstack.com/en/deve
- Add support for setting timezone
- Add logrotate support
- Add supervisor support
- Addressed a bug that caused the container to crash when `/home/salt/data/keys/minions` was not present
**2018.3.2**