Commit graph

674 commits

Author SHA1 Message Date
Brian Coca
bbc0f853d0 minor doc fixes 2015-07-16 18:02:42 -04:00
Brian Coca
7b2f2b7667 added version added 2015-07-16 17:55:20 -04:00
Mathew Davies
2d2ea412ae Add more examples 2015-07-16 21:15:15 +01:00
Mathew Davies
fb42f6effc Note that the plugin can't be updated once installed 2015-07-16 21:12:42 +01:00
Mathew Davies
6fa1809ec4 Move ansible util import to the bottom of the module 2015-07-16 21:00:15 +01:00
Mathew Davies
394053ff2b Add default documentation for timeout 2015-07-16 20:56:45 +01:00
Mathew Davies
045f0908e2 Add required property to version documentation 2015-07-16 20:56:05 +01:00
Mathew Davies
93e59297f0 Remove debugging line 2015-07-16 20:55:50 +01:00
Mathew Davies
ebbe84b2d6 Document defaults 2015-07-16 20:38:58 +01:00
Mathew Davies
4e140bb80e Add Elasticsearch plugin module 2015-07-16 19:25:13 +01:00
Toshio Kuratomi
ff2386faf4 Tabs to spaces
Fixes #666
2015-07-14 07:31:05 -07:00
Toshio Kuratomi
5605c4d7b5 Add author github ID 2015-07-01 07:25:20 -07:00
Matt Martz
3be267b579 Give dpkg_selections a .py file extension 2015-06-30 13:45:12 -05:00
Toshio Kuratomi
0f9ade7fe3 Fix bundler documentation 2015-06-30 10:37:09 -07:00
Brian Coca
3ab08534f5 Merge pull request #499 from thoiberg/bundler
Adding module to manage Ruby Gem dependencies via Bundler
2015-06-30 00:44:38 -04:00
Patrik Lundin
c7d5546777 openbsd_pkg: Update author mail address. 2015-06-29 09:27:44 +02:00
Tim Hoiberg
1d48c9658a Fixing typo 2015-06-27 15:50:43 +10:00
Tim Hoiberg
9a1918c628 Adding module to manage Ruby Gem dependencies via Bundler 2015-06-27 15:50:43 +10:00
Greg DeKoenigsberg
03bb12c90f Merge pull request #631 from Tatsh-ansible/usepkg-flags
Portage: --usepkg and --usepkgonly flags, --usepkgonly should not imply --getbinpkg
2015-06-23 13:35:27 -04:00
Andrew Udvare
e203087aaa Fix comparison 2015-06-19 06:04:56 -07:00
Andrew Udvare
5e5eec1806 --usepkgonly does not imply --getbinpkg
Add usepkg option to allow conditional building from source if binary
packages are not found

5a6de937cb (commitcomment-11755140)
https://wiki.gentoo.org/wiki/Binary_package_guide#Using_binary_packages
2015-06-18 15:59:46 -07:00
Dustin C. Hatch
e3d608297d packaging/os/portage: Handle noreplace in check mode
The `--noreplace` argument to `emerge` is generally coupled with
`--newuse` or `--changed-use`, and can be used instruct Portage to
rebuild a package only if necessary. Simply checking to see if the
package is already installed using `equery` is not sufficient to
determine if any changes would be made, so that step is skipped when
the `noreplace` module argument is specified. The module then falls back
to parsing the output from `emerge` to determine if anything changed. In
check mode, `emerge` is called with `--pretend`, so it produces
different output, and the parsing fails to correctly infer that a change
would be made.

This commit adds another regular expression to check when running in
check mode that matches the pretend output from `emerge`.

Signed-off-by: Dustin C. Hatch <dustin@hatch.name>
2015-06-18 14:05:59 -05:00
Dustin C. Hatch
1b0676b559 packaging/os/portage: Improve check mode handling
When running in check mode, the *portage* module always reports that no
changes were made, even if the requested packages do not exist on the
system. This is because it was erroneously expecting `emerge --pretend`
to produce the same output as `emerge` by itself would, and attempts to
parse it. This is not correct, for several reasons. Most specifically,
the string for which it is searching does not exist in the pretend
output. Additionally, `emerge --pretend` always prints the requested
packages, whether they are already installed or not; in the former case,
it shows them as reinstalls.

This commit adjusts the behavior to rely on `equery` alone when running
in check mode. If `equery` reports at least one package is not
installed, then nothing else is done: the system will definitely be
changed.

Signed-off-by: Dustin C. Hatch <dustin@hatch.name>
2015-06-18 13:50:43 -05:00
Brian Brazil
caed7573d5 Add dpkg_selections module, that works with dpkg --get-selections and --set-selections.
This is mainly useful for setting packages to 'hold' to prevent them
from being automatically upgraded.
2015-06-17 11:07:09 +01:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
jonathan.lestrelin
2e6a16fbc7 Fix unused import and variable and correct documentation 2015-06-16 11:33:15 -04:00
jonathan.lestrelin
653ce424e0 Add pear packaging module to manage PHP PEAR an PECL packages 2015-06-16 11:33:15 -04:00
Roman Vyakhirev
5bfe8f2a44 bower module. Non-interactive mode and allow-root moved to _exec, they should affect all commands 2015-06-16 11:33:14 -04:00
Roman Vyakhirev
4475676866 composer module. ignore_platform_reqs option added. 2015-06-16 11:33:14 -04:00
NewGyu
02258902f9 fix cannot download SNAPSHOT version 2015-06-16 11:33:10 -04:00
Dagobert Michelsen
7f74a98451 svr4pkg: assume command worked only on known-to-be-good returncodes 2015-05-27 13:35:34 +02:00
Enric Lluelles
3f9a62c136 Add slash to valid characters for packages
To allow it to download packes from taps, or external commands like
caskroom/cask/brew-cask
2015-05-27 09:58:28 +02:00
Brian Coca
2f9d30ae5b Merge pull request #480 from RubenKelevra/patch-2
pacman: change -Syy to -Sy for "update-cache"

just noting we may want to add an option to force updating the cache in the future
2015-05-26 10:04:52 -04:00
Toshio Kuratomi
a1a1c23205 Bandaid dnf module to temporarily fix some major problems
- Backport config file handling from the DNF module rewrite #527
  (Current config handling does not work with dnf and leads to
  tracebacks when run as an unprivileged user).
- Make a mandatory requirement on yum-utils (for /usr/bin/repoquery)
  because none of the fallback code works for dnf (it's unported yum API
  code).

Both of these issues will be fixed better in the dnf rewrite when it is
feature complete.

Fixes #471
2015-05-25 19:29:55 -07:00
QuantumGhost
4ff9a68a4b Use expanduser to deal with path in bower module
So bower module can correctly handle path containing `~`
2015-05-23 00:11:50 +08:00
Toshio Kuratomi
576d94e8d4 Update module_utils "import" to the new-style
Fixes #505
2015-05-18 12:08:15 -07:00
Toshio Kuratomi
88eff11c04 Many more doc fixes 2015-05-15 12:12:26 -07:00
Toshio Kuratomi
32fb15e310 Fix quoting for documentation build 2015-05-15 11:52:37 -07:00
Brian Coca
08445418aa more string corrections 2015-05-14 10:45:32 -04:00
Brian Coca
edf519a0c2 moar quotes 2015-05-14 09:37:00 -04:00
Greg DeKoenigsberg
16ce411f66 Adding author's github id 2015-05-14 00:39:40 -04:00
Greg DeKoenigsberg
a92f5b657a Adding author's github id 2015-05-14 00:39:02 -04:00
Greg DeKoenigsberg
73f9e5a1b9 Adding author's github id 2015-05-14 00:37:52 -04:00
Greg DeKoenigsberg
773bae9534 Adding author's github id 2015-05-14 00:36:02 -04:00
Greg DeKoenigsberg
3d55887aa5 Adding author's github id 2015-05-14 00:35:16 -04:00
Greg DeKoenigsberg
3244764283 Adding author's github id 2015-05-14 00:33:21 -04:00
Greg DeKoenigsberg
9bb0a01060 Adding author's github id 2015-05-14 00:33:04 -04:00
Greg DeKoenigsberg
922fc32d3d Adding author's github id 2015-05-14 00:31:16 -04:00
Greg DeKoenigsberg
c18f4e55fc Adding author's github id 2015-05-14 00:30:02 -04:00
Greg DeKoenigsberg
9501714b8b Adding author's github id 2015-05-14 00:27:06 -04:00