Matt Martz
|
9754c67138
|
Use a decorator to ensure jit connection, instead of an explicit call to _connect
|
2015-06-04 13:14:28 -05:00 |
Toshio Kuratomi
|
7dd3ef7b60
|
Older python-six from early RHEL and ubuntu do not have add_metaclass but do have with_metaclass
|
2015-06-03 13:29:24 -07:00 |
Brian Coca
|
3e2e81d896
|
missing path in import path for making paths
|
2015-06-02 23:42:00 -04:00 |
James Cammarata
|
c4ae51089d
|
Merge pull request #11129 from sivel/fix-scp-if-ssh
Fix command building for scp if ssh
|
2015-06-02 14:02:51 -05:00 |
Matt Martz
|
71014ab01e
|
Fix command building for scp if ssh
|
2015-06-02 13:35:53 -05:00 |
Brian Coca
|
2590df6df1
|
created makedirs_safe function for use in cases of multiprocess
should fix #11126 and most race conditions
|
2015-06-02 11:41:30 -04:00 |
James Cammarata
|
3697d6582f
|
Connection plugins no longer auto-connect (v2)
Also fixed a bug in ssh.py where an attribute was being inappropriately
initialized in the _connect() method instead of __init__()
|
2015-05-12 11:23:40 -05:00 |
James Cammarata
|
4f28a814ae
|
Return a list instead of tuple when password is specified to ssh connection plugin (v2)
|
2015-05-06 08:47:23 -05:00 |
Toshio Kuratomi
|
7733dc7bb5
|
Fix for new octal syntax
|
2015-05-06 06:41:16 -07:00 |
James Cammarata
|
d34b586eb6
|
Add ability for connection plugins to set attributes based on host variables (v2)
|
2015-05-05 16:40:11 -05:00 |
James Cammarata
|
ce3ef7f4c1
|
Making the switch to v2
|
2015-05-03 21:47:26 -05:00 |