- 11 May, 2012 2 commits
-
-
There's not need to run the complete include through the templating engine. Several variables were not included before the conditional was evaluated.
Jeroen Hoekx committed -
Support single handlers for notify.
Michael DeHaan committed
-
- 10 May, 2012 10 commits
-
-
Fix YAML hosts list.
Michael DeHaan committed -
John Kleint committed
-
John Kleint committed
-
Support list indexing in varReplace.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Fixup unicode varReplace templating.
Michael DeHaan committed -
Fix for bug #264
Michael DeHaan committed -
cocoy committed
-
The original patches should have conflicted? 53bde0bf vs efde61e5
Jeroen Hoekx committed -
override-hosts is gone since we can't load inventory for hosts (so it's not an whitelist), but we can still support hosts outside of inventory if you pass in an array of hosts. Ports are supported, but not much other info.
Michael DeHaan committed
-
- 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 13 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
-