- 16 Mar, 2014 9 commits
-
-
timeit shows a speedup of ~3x on Python 2.7.5 x86_64. It also makes the code a bit shorter.
Cristian Ciupitu committed -
Cristian Ciupitu committed
-
New Callback Plugin: hipchat.py
Michael DeHaan committed -
Michael DeHaan committed
-
corrections for Arch PKGBUILD
Michael DeHaan committed -
Fix typo
Michael DeHaan committed -
resolves #6494 - added note to page
Michael DeHaan committed -
"a the" -> "the"
follower committed -
= committed
-
- 15 Mar, 2014 10 commits
-
-
Fix docs for faq
Michael DeHaan committed -
- correct spelling
George Yoshida committed -
Fix typo
Michael DeHaan committed -
Fix docs for playbooks_intro
Michael DeHaan committed -
Fix typo in example name
Michael DeHaan committed -
fixed bad detection of change on default and premature break
Michael DeHaan committed -
"resort" -> "result"
follower committed -
remove unnecessary period.
George Yoshida committed -
follower committed
-
Brian Coca committed
-
- 14 Mar, 2014 16 commits
-
-
Made load_balencers in ec2_lc non-required as not all ASGs require an ELB
Michael DeHaan committed -
tmperret committed
-
James Cammarata committed
-
Add GCE guide and retool a bit to show the add_host interactions, improvements/upgrades are welcome. Had to shoot the recently merged nova_group module in the head temporarily as it contained a dict comprehension, which means it can't work on all the platforms and was also breaking docs builds on CentOS. Will engage with list about that shortly.
Michael DeHaan committed -
Franck Cuny committed
-
Tests several ways to specify the repository. For every repo added, the test asserts that: * the apt-cache was updated as expected (depends on `update_cache` parameter) * the PPA key was installed (depends on `repo` format)
James Laska committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Matt Martz committed
-
[apt_repository] Correct check_mode conditional logic
Michael DeHaan committed -
James Tanner committed
-
The desired behavior is to _not_ add the ppa signing key when check_mode is enabled. This fix corrects the conditional logic to comply with the stated behavior.
James Laska committed -
Properly catch import errors in apt
Michael DeHaan committed -
When one accidentally tries to run this module as a user, he gets the error message that python-apt must be installed, no matter what. Because importing apt will trigger an exception as a regular user. Explicitly catching the ImportError will let the exception bubble. The exception clearly says Permission denied somewhere, and the user has a better idea, what he must fix.
Patrick Gerken committed -
Michael DeHaan committed
-
- 13 Mar, 2014 5 commits
-
-
apt_key: Fix traceback when key_id format is invalid
Michael DeHaan committed -
Fix documentation for accept_hostkey in GIT module
Michael DeHaan committed -
Documentation updates
Michael DeHaan committed -
James Cammarata committed
-
James Cammarata committed
-