- 22 Feb, 2014 5 commits
-
-
Remove obsolete module development docs
Michael DeHaan committed -
Lukáš Lalinský committed
-
In the route53 module, documenting that TXT and SPF values must be surrounded by quotes
Michael DeHaan committed -
must be surrounded by quotes. Otherwise you get a cryptic error message from Route 53.
Scott Patten committed -
Michael DeHaan committed
-
- 21 Feb, 2014 17 commits
-
-
Allow custom nosetest parameters
jctanner committed -
James Tanner committed
-
The NOSETESTS variable can be used to support customizing the nosetests parameters. This allows providing custom nose parameters such as --with-coverage.
James Laska committed -
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 18 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
-