commit | 345f0de091ae5840cf8f78ca1c1ff20d1c6435e2 | [log] [tgz] |
---|---|---|
author | Martin Polreich <polreichmartin@gmail.com> | Thu Jan 24 15:04:44 2019 +0100 |
committer | Martin Polreich <polreichmartin@gmail.com> | Thu Jan 24 15:04:47 2019 +0100 |
tree | a8cb2f7fcf452494fd20354e4abd177844522817 | |
parent | ebe18919fcea4da7eab0f022acb04a390a23d533 [diff] [blame] |
Remove logs from Salt Bootstrap Fixes: PROD-25439 (PROD:25439) Change-Id: I982eafe7b5ede31918473bb555306bc4b526b78d
diff --git a/common/ubuntu_cleanup_salt.sh b/common/ubuntu_cleanup_salt.sh index da01a28..fa505df 100644 --- a/common/ubuntu_cleanup_salt.sh +++ b/common/ubuntu_cleanup_salt.sh
@@ -39,6 +39,9 @@ rm -rfv /etc/salt/master.d || true fi +# remove logs +rm -rf /var/log/salt/* || true + # Clear\drop cache's sync echo 3 > /proc/sys/vm/drop_caches