- 03 Aug, 2013 1 commit
-
-
In the ec2 module, if an id is specified, check if there have been any changes. If not, return changed=False Fixes #3746
Lorin Hochstein committed
-
- 02 Aug, 2013 22 commits
-
-
User: when creating new user, ignore empty groups value
Michael DeHaan committed -
now correctly 'types' value pairs that are passed to jinja overrides
Michael DeHaan committed -
rishid committed
-
override Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-
Update docs and example for injecting files.
Michael DeHaan committed -
Wrong target for link?
Michael DeHaan committed -
Michael DeHaan committed
-
module mysql_user: fix 'state' parameter description
Michael DeHaan committed -
Added optional region parameter. Fail if you specify an ELB that doesn'...
Michael DeHaan committed -
now uses get_bin_path for lvg executables
Michael DeHaan committed -
Allow --diff on UTF-8 encoded files and templates
Michael DeHaan committed -
Fix sudo_user copy error
Michael DeHaan committed -
Add extra module path early during playbook parsing.
Michael DeHaan committed -
Fix playbook-local host_vars when running from .
Michael DeHaan committed -
Fix pkgin search
Michael DeHaan committed -
Fix nested loop for more than 3 elements
Michael DeHaan committed -
Fix 'timeout' parameter of glance-image module.
Michael DeHaan committed -
stringify conditional before handing it to Jinja2 for evaluation.
Michael DeHaan committed -
fix: if a path is symlink and trying to chmod, OSError Exception will be raised
Michael DeHaan committed -
updated debug module docs to remove outdated -v requirement
Michael DeHaan committed -
Only revoke GRANT OPTION when user actually has it
Michael DeHaan committed
-
- 01 Aug, 2013 4 commits
-
-
Boto blindly assumes the us-east-1 region if you don't hardcode a region in it's config, so you could end up attempting to modify ELB's in one region from a totally different region. If a region isn't specified then default to the region that the module is being run within rather than the default us-east-1 region since it's a pretty safe assumption that you intend to work on the ELB's within your current region. Also throw an error if a specified ELB instance doesn't exist. The old behavior would be to silently succeed with changed=false, so if you had so much as a typo in the name of your ELB (or were in the wrong region like my initial testing) you wouldn't get a clear indication that a problem had occurred.
Bruce Pennypacker committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed -
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
Brian Coca committed
-
- 31 Jul, 2013 3 commits
-
-
Andrey Shorin committed
-
Nicholas Kuechler committed
-
Nicholas Kuechler committed
-
- 30 Jul, 2013 2 commits
-
-
Nicholas Kuechler committed
-
Treat errno 13 (permission denied) as one of the special cases in atomic_move. This type of error can occur because of sudo'ing to non-root user. Fixes #3705
Lorin Hochstein committed
-
- 29 Jul, 2013 3 commits
-
-
Stoned Elipot committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 28 Jul, 2013 4 commits
-
-
This should fix issue #3668 Also prevent an extra module path to be added multiple times.
Stoned Elipot committed -
doc update for stat module
Michael DeHaan committed -
Michael DeHaan committed
-
fixed vpc provisioning / clarified group_id usage
Michael DeHaan committed
-
- 27 Jul, 2013 1 commit
-
-
Nicholas Kuechler committed
-