- 21 Feb, 2014 14 commits
-
-
James Tanner committed
-
Michael DeHaan committed
-
Minor readme tweaks since I haven't edited this in a while.
Michael DeHaan committed -
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
Added ansible-vault to the installer
Michael DeHaan committed -
fix json typo in documentation
Michael DeHaan committed -
Ton Kersten committed
-
bryfry committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 20 Feb, 2014 26 commits
-
-
James Cammarata committed
-
James Cammarata committed
-
Michael DeHaan committed
-
Various tests using datafiles are being moved into the integration test framework (tests_new right now). The unit test infrastructure will remain for things that are mocked out and testable with out filesystem side effects, and a few cases of things that might not be quite so much (like inventory) that can still benefit from heavy access to the API. See the 'tests_new/integration' directory, this will soon fold into tests_new.
Michael DeHaan committed -
we're a little further along the units directory will be reserved to pure-API tests.
Michael DeHaan committed -
James Tanner committed
-
Richard C Isaacson committed
-
James Cammarata committed
-
James Cammarata committed
-
James Tanner committed
-
We had some incorrect logic for when selinux is installed and disabled.
Richard C Isaacson committed -
Richard C Isaacson committed
-
Michael DeHaan committed
-
This occurred when a hash would be passed in via extra args and the hash variable behavior was set to 'merge', which resulted in the variable from extra args replacing the playbook variable.
James Cammarata committed -
James Cammarata committed
-
Michael DeHaan committed
-
James Tanner committed
-
James Tanner committed
-
James Tanner committed
-
copied over from the svn module.
Michael DeHaan committed -
Richard C Isaacson committed
-
Richard C Isaacson committed
-
Change the uids that we use so that there is a lesser change of collision and check the uid rather than the owner.
Richard C Isaacson committed -
Richard C Isaacson committed
-
James Cammarata committed
-
Example usage: {{ my_path | expanduser }} # my_path: "~/path/to/file"
James Cammarata committed
-