- 24 Sep, 2014 1 commit
-
-
Adds: - `user_uid` - `user_gid` - `user_gecos` - `user_dir` - `user_shell`
Marc Abramowitz committed
-
- 23 Sep, 2014 8 commits
-
-
Fixes #8947
James Cammarata committed -
James Cammarata committed
-
Also moves the calculation of the destination file name until after the slurp of the file contents, since the source as returned by slurp may now be different, so we want to use that expanded path locally. Fixes #8942
James Cammarata committed -
Allow fairly common ssh repo clone path to work
James Cammarata committed -
Fixes #8552
James Cammarata committed -
Remove unreachable code
James Cammarata committed -
Expand description for ec2_facts module
James Cammarata committed -
Jakub Roztocil committed
-
- 22 Sep, 2014 6 commits
-
-
Steven Ringo committed
-
James Cammarata committed
-
Allow _remote_md5 to work with passwordless sudo even if password is supplied
Toshio Kuratomi committed -
standards compliant return codes but return a verbose error message via stdout. Limit the times when we invoke the heuristic to attempt to work around this.
Toshio Kuratomi committed -
Fix #9704, correctly set changed as false when nothing is done
Toshio Kuratomi committed
-
- 21 Sep, 2014 4 commits
-
-
Make file module work on python 2.4, fix #9080
Michael DeHaan committed -
Fix indentation and bug #8895
Michael DeHaan committed -
Michael Scherer committed
-
Michael Scherer committed
-
- 20 Sep, 2014 1 commit
-
-
Python 2.4 do not support "except ... as ..." construct, so revert back to the older syntax.
Michael Scherer committed
-
- 19 Sep, 2014 5 commits
-
-
Fixes #8927
James Cammarata committed -
Fixes #8926
James Cammarata committed -
add LANG=C to apt module so the string matches on the output always matc...
Toshio Kuratomi committed -
Fixes: #9056
Toshio Kuratomi committed -
documenting extra packages that need to be installed to run the full integration tests
James Cammarata committed
-
- 18 Sep, 2014 12 commits
-
-
Fixes #8879
James Cammarata committed -
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
Fixes: 8855
Toshio Kuratomi committed -
James Pharaoh committed
-
Michael Peters committed
-
minor tweak to documentation of required modules for running tests
James Cammarata committed -
Michael Peters committed
-
Update rax root pubkey example
James Cammarata committed -
[#9048] convert Route53 TTL to integer before comparison
James Cammarata committed -
James Cammarata committed
-
The example was showing how to use the `files` option to pass in a local file as an authorized public key for root. While this works, it's a bit sloppy, given that there's a specific option, `key_name` which will use one of your public keys on your rackspace account and add it as an authorized key for root. In our case, one of our admins didn't notice the `key_name` option because they scrolled straight to the example and saw the `files` strategy. I propose that the example still shows `files`, but not using a root public key as an example, and instead also demonstrate the `key_name` option so that it's clear from the example how to get the initial root public key deployed.
Evan Coury committed
-
- 17 Sep, 2014 3 commits
-
-
boto/Route53 are returning TTL as a string. The route53 module is comparing it with an integer and therfore thinks the DNS entry has always changed.
Sam Pierson committed -
Fixes #8863
James Cammarata committed -
Previously, the delegate_to value was stored in the module_vars of runner, which could lead to bleeding that value across runs and incorrect hosts being delegated to. This patch moves the value to a local variable in the Runner class with some related refactoring of _compute_delegate() in Runner (since the value is no longer required to be a parameter). Fixes #8705
James Cammarata committed
-