Fix salt-ssh, fix version
diff --git a/tests/pillar/master_ssh_minion_root.sls b/tests/pillar/master_ssh_minion_root.sls
index b076fbc..e12681f 100644
--- a/tests/pillar/master_ssh_minion_root.sls
+++ b/tests/pillar/master_ssh_minion_root.sls
@@ -16,9 +16,10 @@
     environment:
       prd:
         formula: {}
-    ssh_minion:
-      node01:
-        host: 10.0.0.1
-        user: root
-        password: password
-        port: 22
+    ssh:
+      minion:
+        node01:
+          host: 10.0.0.1
+          user: root
+          password: password
+          port: 22