Fix {
Change-Id: I2c92f57678a60073accb5e5a52c2c133636e4612
diff --git a/src/com/mirantis/mk/Salt.groovy b/src/com/mirantis/mk/Salt.groovy
index 2cfd854..5a5ce86 100644
--- a/src/com/mirantis/mk/Salt.groovy
+++ b/src/com/mirantis/mk/Salt.groovy
@@ -271,7 +271,7 @@
}
for (node in entry) {
for (resource in node.value) {
- if( resource[value] && resource[value][result] && resource[value][result] != true)
+ if( resource[value] && resource[value][result] && resource[value][result] != true) {
if (failOnError) {
throw new Exception("Salt state on node ${node.key} failed: ${node.value}")
} else {