- 08 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 10 May, 2012 1 commit
-
-
Support nested variables in varReplace
Michael DeHaan committed
-
- 09 May, 2012 4 commits
-
-
Jeroen Hoekx committed
-
Jeroen Hoekx committed
-
Preserve trailing newline after templating.
Michael DeHaan committed -
Jinja seems to eat trailing whitespace. A lot of tools complain about this: iptables-restore, iscsid...
Jeroen Hoekx committed
-
- 08 May, 2012 5 commits
-
-
Template dest and src parameters
Michael DeHaan committed -
User module fix
Michael DeHaan committed -
Resolves issue #333. If spwd is not available, the password will be set regardless.
Stephen Fromm committed -
Matthew Williams committed
-
Michael DeHaan committed
-
- 10 May, 2012 3 commits
-
-
Issue122 - have all modules log to syslog
Michael DeHaan committed -
Support for branches in git module
Michael DeHaan committed -
Allow unicode (utf8) in templates
Michael DeHaan committed
-
- 09 May, 2012 1 commit
-
-
The ohai and facter modules use /usr/bin/logger to log the fact that they have been invoked. I added 'import os' to the ping module so that it could have the same syslog statements as the other modules. I separated the condensed: shlex.split(open(argfile, 'r').read()) into two separate statements similar to the other modules.
Stephen Fromm committed
-
- 08 May, 2012 19 commits
-
-
Matthew Williams committed
-
Matthew Williams committed
-
felix committed
-
felix committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Since host variables are becoming important, it did not make sense to sustain --override-hosts, with the ability to create hosts that didn't have inventory information, but also existed, in various groups.
Michael DeHaan committed -
This reverts commit 42b55a07.
Michael DeHaan committed -
This reverts commit f41fb90d.
Michael DeHaan committed -
inventory and indentation
Michael DeHaan committed -
Yaml inventory variable list
Michael DeHaan committed -
Also change test name collision.
Jeroen Hoekx committed -
Jeroen Hoekx committed
-
Devel - fix issue #315
Michael DeHaan committed -
Conflicts: library/user
Brendan Beveridge committed -
Prevent facter stderr messages from confusing ansible
Michael DeHaan committed -
Michael DeHaan committed
-
Don't let facter spew things to stderr and confuse Ansible, which now blends stdout/stderr due to paramiko pty usage. (This commit from lcosmin, manually applied due to github crossup on my part -- MPD)
Michael DeHaan committed -
Fixing append when user already in desired groups
Michael DeHaan committed
-
- 07 May, 2012 6 commits
-
-
John Kleint committed
-
Brendan Beveridge committed
-
This adds some logic when usings groups possibly in combination with append if just specifying groups and the current groups do not match the list set groups if specifying groups with append and any group thats not in the current groups set groups with -a
Brendan Beveridge committed -
Seth Vidal committed
-
Seth Vidal committed
-
Code was adding '-a' even when the user was already in the desired groups causing usermod to fail since there was no '-G' option. This is duplicate code (3 lines) from the 'group' section, so could be improved, but it works.
Peter Sankauskas committed
-