Fix enforceHighstate exclude
Change-Id: I14196164f76d6fe3efb81a9498156bcac8208b0a
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy
index b587f1b..ba97f80 100644
--- a/src/com/mirantis/mk/Salt.groovy
+++ b/src/com/mirantis/mk/Salt.groovy
@@ -498,7 +498,7 @@
* @return output of salt command
*/
def enforceHighstate(saltId, target, output = false, failOnError = true, batch = null, saltArgs = []) {
- def out = runSaltCommand(saltId, 'local', ['expression': target, 'type': 'compound'], 'state.highstate', batch)
+ def out = runSaltCommand(saltId, 'local', ['expression': target, 'type': 'compound'], 'state.highstate', batch, saltArgs)
def common = new com.mirantis.mk.Common()
common.infoMsg("Running state highstate on ${target}")