- 28 Feb, 2014 17 commits
-
-
Typo in rabbitmq_plugin docs
Michael DeHaan committed -
Support ssh-ed25519 keys
Michael DeHaan committed -
The newest version of OpenSSH supports a new, wonderful key type. authorized_key incorrectly discards pubkeys of this type as busted because it doesn't recognize type signature.
Laurens Van Houtven committed -
If no group was specified, but a group by the same name as the user exists, an error was raised in the situation where USERGROUPS_ENAB is enabled in /etc/login.defs (which is the case for almost every major linux distro). In this case, the user will be put in group 100 (which is usually the "users" group on those same distros). This is currently only done in the base class, as the issue may not exist on other platforms like AIX or the BSDs. Fixes #6210
James Cammarata committed -
Should be "plugins", not "users".
Chris Sinchok committed -
stat module: mode is now returned as an octal and md5 call can be skipped.
Richard Isaacson committed -
Richard C Isaacson committed
-
Closes GH-6176 This way for mode we return in an octal format which is immediately usable compared to transforming it later.
Richard C Isaacson committed -
added octal representation of mode and made md5 checksumming optional
Richard Isaacson committed -
Copy Module: Add the ability to set directory attributes on recursive copy.
Richard Isaacson committed -
Richard C Isaacson committed
-
Richard C Isaacson committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
docker: update to docker-py 0.3.0, plus full port binding support etc. from #5639
jctanner committed -
Closes GH-6194. These changes pass attribute modifications through to new directories during a recursive copy with an addition allowing for the directory mode to be set independantly.
Richard C Isaacson committed
-
- 27 Feb, 2014 20 commits
-
-
Fixes #6205 Add install_repoquery parameter to the yum module
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fixes #6209
James Cammarata committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
Fixes #6192
James Cammarata committed -
First pass at ec2 module tests
Michael DeHaan committed -
Escape subversion parameters for running svn commands
Michael DeHaan committed -
unarchive: output dest in error-message
Michael DeHaan committed -
Richard Isaacson committed
-
muffl0n committed
-
Chris Church committed
-
Pass svn arguments as a list of strings instead of using string substition to ensure all parameters are escaped properly.
Chris Church committed
-
- 26 Feb, 2014 3 commits
-
-
column must always be less than len(probline)
Richard Isaacson committed -
Fixes related to GH-5773.
Richard C Isaacson committed -
James Laska committed
-