- 15 Mar, 2014 11 commits
-
-
- unified set attribute functions ... not sure why 2 identical functions exist with diff names, now there are 3 while i repoint all modules to 1 - fixed issue with symlinks being created w/o existing src when force=no - refactored conditionals, simplified where possible - added tests for symlink to nonexistant source, with both force options - made symlink on existing attomic (force)
Brian Coca committed -
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 13 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
-
James Cammarata committed
-
Paul Durivage committed
-
James Tanner committed
-
James Cammarata committed
-
This allows the use of an args list with leading environment variables, which otherwise would fail due to the way Popen works.
James Cammarata committed -
James Cammarata committed
-
This reverts commit 4273cb2d.
James Cammarata committed -
This allows the use of an args list with leading environment variables, which otherwise would fail due to the way Popen works.
James Cammarata committed
-