- 22 Apr, 2013 1 commit
-
-
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 2 commits
-
-
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 8 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 -
Small spelling correction to authorized_key module docs
Michael DeHaan committed -
Nathan L. Walls committed
-
- 18 Apr, 2013 6 commits
-
-
clean up first_found to fix a few issues:
Michael DeHaan committed -
- add a skip option so it won't raise an exception if you don't match anything - make it work as a drop-in replacement for first_available_file - document in the module comments all of the above cases
Seth Vidal committed -
Revert "make atomic_replace use shutil.copy2 instead of os.rename() so it will work across filesystems". AR function was leaving some tmp files behind, want to revert, will have better implementation soon, this is the old way now. This reverts commit f74a1fa4.
Michael DeHaan committed -
correct reference to module
Michael DeHaan committed -
lwade committed
-
(B) allow registration with ignore_errors: True
Michael DeHaan committed
-
- 17 Apr, 2013 3 commits
-
-
Fix if-statement that always evaluates True
Michael DeHaan committed -
Bernhard Weitzhofer committed
-
Fix 'sequence' plugin error.
Michael DeHaan committed
-