- 16 Nov, 2013 4 commits
-
-
fix make tests to use the set of module from git checkout
Michael DeHaan committed -
Remove debug print statement from rax_clb
jctanner committed -
If someone try to run the test suit with ansible already installed, the mix between content in /usr/share and in the git checkout can result in strange failure ( as I found out the hard way ). For example, the test_copy module will call the action plugin for copy from git, who will call the 'file' module from system, passing unsupported arguments
Michael Scherer committed -
Matt Martz committed
-
- 15 Nov, 2013 26 commits
-
-
Refactor rax module. Fixes #4577
jctanner committed -
Add rax_facts module for retrieving facts about a Cloud Server
jctanner committed -
urpmi module
jctanner committed -
James Tanner committed
-
Adds a grove notifier module
jctanner committed -
Add zypper_repository module
jctanner committed -
Introduce Big-IP F5 tcp monitor module
jctanner committed -
Add system module to blacklist kernel modules
jctanner committed -
Use pkgng glob (-g) feature to allow installation of packages by wildcard
jctanner committed -
host: bug fixes and improvments
jctanner committed -
Matt Martz committed
-
Matt Martz committed
-
Rene Moser committed
-
James Tanner committed
-
Matt Martz committed
-
OpenBSD packages can be installed using 'flavour'
jctanner committed -
James Tanner committed
-
Support to install software on FreeBSD using portinstall.
jctanner committed -
Rene Moser committed
-
Rene Moser committed
-
Rene Moser committed
-
Rene Moser committed
-
Also solves the particular problem of installing packages that have multiple versions in the repo, but specifying the exact version would be troublesome: $ pkg install -n dovecot The following 2 packages will be installed: Installing dovecot: 1.2.17 Reinstalling dovecot-2.2.6 (options changed) $ pkg install -n dovecot-2.2.6 The following 1 packages will be installed: Reinstalling dovecot-2.2.6 (options changed) $ pkg install -n -g dovecot-2* The following 1 packages will be installed: Reinstalling dovecot-2.2.6 (options changed)
Arkadi Shishlov committed -
is vim. It can be installed as vim--no_x11 or vim--gtk2.
Laurent Coustet committed -
Matthias Vogelgesang committed
-
Berend de Boer committed
-
- 14 Nov, 2013 10 commits
-
-
Check for AWS keys using boto names
jctanner committed -
Adding more wait conditions to the wait_for module
jctanner committed -
added unique and intersect filters for dealing with lists
jctanner committed -
Support organizing group and host variables across multiple files in a directory
jctanner committed -
James Tanner committed
-
James Tanner committed
-
Add support for bare git reference repos
jctanner committed -
James Tanner committed
-
new githooks module
jctanner committed -
Modified the get_url module to respect the content-disposition header if...
jctanner committed
-