pressly / sup

Super simple deployment tool - think of it like 'make' for a network of servers
https://pressly.github.io/sup
MIT License
2.48k stars 176 forks source link

- don't clobber network.Hosts map when looping over the parsed sshcon… #140

Closed untoreh closed 6 years ago

untoreh commented 6 years ago

…fig for matching hosts

Am I confused? Without this fix if the sshconfig matches even just one host then the run command is only run on that host, or it just runs on the first host the range loop gives a match, the fact that all hosts should have the same user and ssh key maybe is confusing...

untoreh commented 6 years ago

I think I am gonna close this because there is #134 which includes this and didn't see before