commit | e2f4ebbb31e0ecb7c69f6ce96e83c40c5668a1ba | [log] [tgz] |
---|---|---|
author | Jakub Josef <jakub.josef@gmail.com> | Mon Jan 15 16:11:51 2018 +0100 |
committer | Jakub Josef <jjosef@mirantis.com> | Mon Jan 15 15:19:03 2018 +0000 |
tree | dd5f4493270b8be6e88cd814f4ed28f67489b4d5 | |
parent | 5908ae6bc4c061ebde0fb758ba1154cc0a721497 [diff] [blame] |
Decreased verbosity of salt-calls Change-Id: I181fc3f2b25a979f62a10b785b3cbcb465eabd46
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy index c3995d5..eeda9c4 100644 --- a/src/com/mirantis/mk/Salt.groovy +++ b/src/com/mirantis/mk/Salt.groovy
@@ -744,7 +744,7 @@ } if (venv) { - output = python.runVirtualenvCommand(venv, pepperCmd) + output = python.runVirtualenvCommand(venv, pepperCmd, true) } else { echo("[Command]: ${pepperCmd}") output = sh (