- 22 Apr, 2013 2 commits
-
-
Fix test so that it is /bin/sh compliant (issue #2742)
Michael DeHaan committed -
The old test used syntax that appeared to be bash-specific and did not work on platforms where /bin/sh did not point to bash. See issue #2742 where copy to solaris hosts failed with the error: output: {'stdout': '', 'stderr': '/bin/sh: test: argument expected\n', 'rc': 1}
Stephen Fromm committed
-
- 21 Apr, 2013 12 commits
-
-
Michael DeHaan committed
-
handlers must be run once
Michael DeHaan committed -
Documentation: Links are the best kinds of instructions
Michael DeHaan committed -
Michael DeHaan committed
-
Nit fix spelling of separate
Michael DeHaan committed -
Jim Kleckner committed
-
Link people right to this page on Github, so they can click "edit" right there. No need for them to search for the repo, figure out that the docsite isn't a separate repo, and navigate to the given dir.
Chad Ostrowski committed -
sysctl check fails if a custom sysctl_file is given.
Michael DeHaan committed -
so remove all occurences of each host from the handlers notified by lists
Stoned Elipot committed -
Alex Tomkins committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Apr, 2013 20 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Don't send unicode instances to the selinux module
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Showcase the new-style lookup plugin access in the authorized_key docs rather than the old-style $FILE
Michael DeHaan committed -
Michael DeHaan committed
-
This fixes #2632. Briefly: specifying things like paths using complex args in a playbook will make the objects unicode instances. The selinux module does not accept unicode instances for its char * arguments; it wants str instances. Per mpdehaan's comment on #2632 I just went ahead and converted all paths to UTF-8. I don't know if it would be better to do something like converting to locale.getpreferredencoding(), but I factored all the conversions out into new method _to_filesystem_str, so there's only one place that needs to be changed in the future.
Dale Sedivec committed
-
- 19 Apr, 2013 6 commits
-
-
Michael DeHaan committed
-
Typo in example, extra space breaks playbook.
Michael DeHaan committed -
jtsoi committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Showcase the new-style lookup plugin access in the authorized_key docs rather than the old-style $FILE
Michael DeHaan committed
-