commit | bfd10f4804669a3b9db9a8c1d8df824a1eefc587 | [log] [tgz] |
---|---|---|
author | Ales Komarek <akomarek@mirantis.com> | Tue Jan 03 13:40:12 2017 +0100 |
committer | Ales Komarek <akomarek@mirantis.com> | Tue Jan 03 13:40:12 2017 +0100 |
tree | b17f621aca08b0c588d56e143e1588933d96b9b7 | |
parent | fc65ea7aae475030a4bc704f4f5a972a5e6e5750 [diff] |
Fixed ommited http module include Change-Id: Id0fedc52b6501c9dadb88ba1359a6871aa72e86c
diff --git a/src/com/mirantis/mk/salt.groovy b/src/com/mirantis/mk/salt.groovy index df6a033..30b2f16 100644 --- a/src/com/mirantis/mk/salt.groovy +++ b/src/com/mirantis/mk/salt.groovy
@@ -54,6 +54,8 @@ * @param kwargs Additional key-value arguments to function */ def runSaltCommand(master, client, target, function, args = null, kwargs = null) { + def http = new com.mirantis.mk.http() + data = [ 'tgt': target.expression, 'fun': function,