Commit Graph

8 Commits (faed4b5a33cc14208dbc1c4730f01fcb028dd954)

Author SHA1 Message Date
Michael DeHaan faed4b5a33 whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
in 0.6 release)
14 years ago
Will Thames d43d81a9a4 Raise exception when sudo user does not exist
sudo can fail before getting to the password prompt if a user does not exist
<pre>
[will@tangerine ansible (sudo_missing_user)]$ sudo -u bobbins echo hello
sudo: unknown user: bobbins
sudo: unable to initialize policy plugin
</pre>
Fix raises a distinct exception when that occurs
14 years ago
Michael DeHaan 1754de3335 Misc code cleanup, mostly whitespace preferences, removing unused imports, plus a few fixes here and there. 14 years ago
Michael DeHaan 4b73931351 misc code cleanup, don't pass parameters to the connection object we can already get from Runner 14 years ago
Michael DeHaan cf313cde96 Soft import of paramiko since we have the SSH and local connection types now. Packaging will still
require it.
14 years ago
John Kleint e9f770fa11 More helpful message when ssh fails. 14 years ago
Michael DeHaan 99430fa0a3 Fix for older version of sudo + some changes to imports so tests are happy 14 years ago
Michael DeHaan 6034b5b0f3 Split connection code into submodules. 14 years ago