Michael DeHaan
78ebf5d266
Still more shell fixes.
11 years ago
James Tanner
6067d826e4
Close parens in portinstall
11 years ago
James Tanner
e7f74251c8
Fix missing colons in cpanm
11 years ago
James Tanner
89024f5d9f
Fix typo in portinstall
11 years ago
Michael DeHaan
c193604f60
Some more run_command updates.
11 years ago
Michael DeHaan
81b4ebbe1d
Fixes for run_command shell usage in remainder of packaging modules, save portinstall.
11 years ago
Michael DeHaan
6010e74839
Various commits to enable no-shell or safe-shell usage, more to come.
11 years ago
James Cammarata
d8a81c488e
Remove validate_certs parameter from fetch_url calls
11 years ago
James Tanner
53777bbbc9
Fix docstring and snippet import style in portage module
11 years ago
jctanner
e94a4aa70f
Merge pull request #4493 from sayap/portage
...
Add packaging module for Gentoo Portage.
11 years ago
Michael DeHaan
297b048d0e
Fix other reference to APT_ENV_VARS.
11 years ago
Michael DeHaan
c09d4b1c7a
Update apt module so that environment variables are set correctly since not going through shell. Very sorry folks, it will be addressed.
11 years ago
James Tanner
ba0fec4f42
Force command action to not be executed by the shell unless specifically enabled
11 years ago
James Cammarata
9730157525
Validate SSL certs accessed through urllib*
...
* Adds another module utility file which generalizes the
access of urls via the urllib* libraries.
* Adds a new spec generator for common arguments.
* Makes the user-agent string configurable.
Fixes #6211
11 years ago
Richard C Isaacson
d6247a3583
Yum: Fix logic in yum.
11 years ago
Richard C Isaacson
47b2dc611c
Look at the filename and if it has a version defined possibly process this as a downgrade.
11 years ago
Richard C Isaacson
9244283122
Spelling and formatting.
11 years ago
Cove Schneider
29f1528492
change order of copyright
11 years ago
Cove Schneider
f47fe7af62
add sponsor copyright/attribution
11 years ago
Cove Schneider
cbd1da6457
add yum module downgrade support
11 years ago
James Tanner
abd7c0b565
Update cpanm module to newer module patterns
11 years ago
Michael DeHaan
4b281ca5c7
Make the npm production parameter in the docs list the choices.
11 years ago
James Tanner
aeccbeeed2
add failsafe comment for install_repoquery
11 years ago
James Tanner
122a7021bc
remove install_repoquery docstring
11 years ago
James Tanner
3f43fa529d
Install yum-utils by default
11 years ago
James Tanner
58c78539bb
Fix typo
11 years ago
James Tanner
da210522f3
Fix up docstring type and extra info about list
11 years ago
James Tanner
79fb252dc9
Update docstring for rhn details
11 years ago
James Tanner
f89e5315af
Add install_repoquery parameter to the yum module
11 years ago
James Tanner
0cca4a3919
Fixes #5255 yum: set disabled repos before enabled repos and fix the parameters used
11 years ago
James Cammarata
be0be16e89
Merge branch '5853-python-2.5-apt_repository-fix' of https://github.com/timurbatyrshin/ansible into timurbatyrshin-5853-python-2.5-apt_repository-fix
11 years ago
Michael DeHaan
6b2bbbb9ff
Merge pull request #6045 from garaden/pypi_mirrors_gone
...
Set use_mirrors default to "no" for the pip module
11 years ago
Brian Coca
310b23ee8d
removed with
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
11 years ago
James Cammarata
8880819395
Merge branch 'devel' of https://github.com/mtpereira/ansible into mtpereira-devel
11 years ago
Matthew Phipps
de99cc6fbf
Remove use_mirrors from pip module
...
PyPI moved to a CDN on 2013-05-26, so mirrors are now largely
unnecessary and pip removed the functionality in 1.5. More importantly
(and why I wrote this request): on 2014-02-15 the mirror directory was
taken offline, so mirrors may not work anymore even for pip versions
that support them.
11 years ago
Matthew Phipps
63ff6c8493
pip module wasn't adding -e when using VCS
11 years ago
Richard Isaacson
ffeb507761
Merge pull request #5645 from resmo/fix/apt_pkg_version
...
apt: fixed pkg=<name>=<version> fails if package is not yet installed.
Tested and it fixes the problem on more recent versions of apt.
11 years ago
Robin Roth
660fa9183c
remove check for version string
...
this check does not get used anywhere and is not needed as zypper/rpm can handle version information directly
11 years ago
Afterburn
398c71c1b7
small change to docs
11 years ago
Afterburn
2fe00ac8c9
small change to docs
11 years ago
Timur Batyrshin
658c15930e
reword "except Error as e:" into "except Error, e:" to be compatible with Python 2.5 ( #5852 )
11 years ago
Timur Batyrshin
db173453ba
further compatibility with older versions of python-apt ( #5853 )
11 years ago
Manuel Tiago Pereira
e563f847ec
Fixes #5819 : Added --executables to gem uninstall command.
11 years ago
Richard C Isaacson
f0c4dace8d
If a executable is defined but not found the module should fail. Addresses https://github.com/ansible/ansible/issues/5781 .
11 years ago
James Cammarata
1ca6e4bbb1
Adding a check for pending tranasctions to the yum module
...
Fixes #4649
11 years ago
jctanner
297a28aa79
Merge pull request #5333 from mvermaes/yum_fix
...
yum module: Attempt #2 to cause yum to fail on invalid url
11 years ago
Rene Moser
849aab0a12
apt: fixed pkg=<name>=<version> fails if package is not yet installed.
...
Reported and patch provided by https://github.com/msolo . Closes GH-5625.
11 years ago
Michael DeHaan
6f49642286
All modules should be using /usr/bin/python in the shebang as ansible_python_interpreter processes this (see FAQ).
...
Fixing for standardization purposes.
11 years ago
Michael Vermaes
c55d144c50
Fail yum on invalid url with .rpm suffix
11 years ago
jctanner
7d09c97621
Merge pull request #5472 from RSpiertz/apt_repository
...
apt_repository: don't crash if default_file doesn't exist
11 years ago