commit | e3a26aea43da335ca1f6e119d0a67744e87d985d | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Mon Aug 22 14:44:42 2016 +0200 |
committer | Filip Pytloun <filip@pytloun.cz> | Mon Aug 22 14:44:42 2016 +0200 |
tree | fc4bfe4133c105aad4e1d47aa68db19d0c37436d | |
parent | 32a27dcfc5814ea3d81a0b014b1af8d5139f5b93 [diff] [blame] |
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