summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #756 from sfromm/issue755Michael DeHaan2012-08-011-4/+10
|\ \ \ \
| * | | | Return extra information from service moduleStephen Fromm2012-08-011-0/+6
| * | | | Fix service module for issue 755 and another bugStephen Fromm2012-08-011-4/+4
| | |/ / | |/| |
* | | | Merge pull request #757 from pas256/develMichael DeHaan2012-08-012-11/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Smiting Debian packaging instructions that did not work, and replacingPeter Sankauskas2012-08-012-11/+13
|/ / /
* | | Merge pull request #749 from jpmens/get_urlcommaMichael DeHaan2012-08-011-2/+2
|\ \ \
| * | | Fix exeptions, replace 'as' by ',' as reported on IRC for Python 2.4.3 on Cen...Jan-Piet Mens2012-08-011-2/+2
| |/ /
* | | temporarily disable failing check on some thingsMichael DeHaan2012-08-011-1/+2
|/ /
* | Update README.mdMichael DeHaan2012-08-011-1/+1
* | Module consistency and make daisy chaining work with invalid arguments detect...Michael DeHaan2012-08-017-17/+15
|/
* Merge pull request #743 from akhayyat/develMichael DeHaan2012-07-311-1/+1
|\
| * Allow = symbols in variable values in host inventoryAhmad Khayyat2012-07-311-1/+1
|/
* Merge pull request #742 from willthames/fix_test_oneMichael DeHaan2012-07-311-1/+1
|\
| * test_one not working as tests after skipped test failing, becauseWill Thames2012-08-011-1/+1
* | Teach the common module code to warn users about typo'd arguments and also se...Michael DeHaan2012-07-313-9/+36
* | Reformat changelog so it's easier to tell what is newMichael DeHaan2012-07-311-22/+34
* | Merge pull request #741 from tima/low-level-stderrMichael DeHaan2012-07-311-2/+9
|\ \ | |/ |/|
| * concatenating stdout and stderr in runner/__init__'s _low_level_exec_command.Timothy Appnel2012-07-311-2/+9
|/
* Merge pull request #739 from lorin/apt-add-aliasMichael DeHaan2012-07-311-1/+1
|\
| * Apt module: add update-cache as alias of update_cacheLorin Hochstein2012-07-311-1/+1
|/
* Merge pull request #732 from willthames/fix_git_fail_jsonMichael DeHaan2012-07-312-5/+5
|\
| * Fixes for git module when it fails.u3480952012-07-312-5/+5
* | Merge pull request #733 from willthames/copy_to_directoryMichael DeHaan2012-07-311-0/+3
|\ \
| * | Allow copy dest argument to be a directoryu3480952012-07-311-0/+3
* | | Merge pull request #734 from willthames/local_sudoMichael DeHaan2012-07-311-1/+1
|\ \ \
| * | | Use sudo_user as an argument in the sudo commandu3480952012-07-311-1/+1
| |/ /
* | | Merge pull request #735 from nix85/fix_ohai_modMichael DeHaan2012-07-311-2/+2
|\ \ \
| * | | Changed funtion name to get_ohai_dataNikhil Singh2012-07-311-2/+2
| |/ /
* | | Merge pull request #736 from Ernest0x/db_create_extra_argsMichael DeHaan2012-07-312-6/+26
|\ \ \ | |/ / |/| |
| * | added extra arguments for database creationPetros Moisiadis2012-07-312-6/+26
|/ /
* | Port the file module over to the new common code infrastructure + cleanup som...Michael DeHaan2012-07-3015-245/+173
* | Do not log login_password params to DB moduleMichael DeHaan2012-07-301-0/+1
* | Porting the virt module to new module core.Michael DeHaan2012-07-301-120/+48
* | Fixes #731 by reinstating variables for inventory scriptsMichael DeHaan2012-07-301-0/+7
* | Fix some failing tests, script tests seem to indicate magic variables are not...Michael DeHaan2012-07-301-6/+9
* | remove unneeded importsMichael DeHaan2012-07-281-2/+0
* | Port setup module to use the common module baseMichael DeHaan2012-07-281-69/+61
|/
* Port the ohai module over, while this is actually *longer* now, not transferr...Michael DeHaan2012-07-281-3/+28
* Convert authorized_key modules to use new common code + misc style thingsMichael DeHaan2012-07-281-145/+78
* Merge pull request #730 from marktheunissen/mysql_change_paramsMichael DeHaan2012-07-302-39/+41
|\
| * Changing the parameter names to be consistent, and adding root user default w...Mark Theunissen2012-07-302-39/+41
* | Further service module tweaksMichael DeHaan2012-07-282-11/+13
* | Service tweaks WIPMichael DeHaan2012-07-281-6/+2
* | Standardizing the moduleNikhil Singh2012-07-281-96/+41
* | Merge pull request #729 from marktheunissen/fix-aptMichael DeHaan2012-07-301-16/+16
|\ \ | |/ |/|
| * Fixes for apt moduleMark Theunissen2012-07-301-16/+16
|/
* Merge pull request #728 from pas256/develMichael DeHaan2012-07-301-1/+1
|\
| * Making inventory pattern matching handle group namesPeter Sankauskas2012-07-301-1/+1
* | Merge pull request #727 from sfromm/gitMichael DeHaan2012-07-302-136/+129
|\ \ | |/ |/|
| * Make test_git functional in TestRunner.pyStephen Fromm2012-07-291-2/+17