George Yoshida
284476d4ec
In the yum module example, use present/absent instead of installed/removed
2014-06-25 23:21:43 +09:00
Michael Peters
098513a8a5
slight language change based on feedback from jimi-c
2014-05-16 09:44:32 -04:00
Michael Peters
715f059c5a
fixing some typos in the docs of the yum module
2014-05-16 09:22:12 -04:00
James Cammarata
d77f1976a6
Revert "add yum module downgrade support"
...
This reverts commit cbd1da6457
.
2014-03-24 12:27:32 -05:00
Richard C Isaacson
8b19f744a3
Yum: Fix logic in yum.
2014-03-07 15:22:59 -06:00
Richard C Isaacson
55042e7c35
Look at the filename and if it has a version defined possibly process this as a downgrade.
2014-03-07 15:01:39 -06:00
Richard C Isaacson
46e613622a
Spelling and formatting.
2014-03-07 13:53:31 -06:00
Cove Schneider
be9c79ac98
change order of copyright
2014-03-07 11:08:08 -06:00
Cove Schneider
ba051deabb
add sponsor copyright/attribution
2014-03-07 11:07:48 -06:00
Cove Schneider
77e66cb01e
add yum module downgrade support
2014-03-07 11:07:18 -06:00
James Tanner
eb177ecf4f
add failsafe comment for install_repoquery
2014-02-27 13:42:05 -05:00
James Tanner
62661193fc
remove install_repoquery docstring
2014-02-27 13:29:15 -05:00
James Tanner
0b98c6fbfb
Install yum-utils by default
2014-02-27 13:16:30 -05:00
James Tanner
303a9a73f3
Fix typo
2014-02-27 12:40:51 -05:00
James Tanner
fc0de868ed
Fix up docstring type and extra info about list
2014-02-27 12:39:27 -05:00
James Tanner
80c413d25d
Update docstring for rhn details
2014-02-27 12:34:53 -05:00
James Tanner
6d63780ad6
Add install_repoquery parameter to the yum module
2014-02-27 12:18:25 -05:00
James Tanner
0318535898
Fixes #5255 yum: set disabled repos before enabled repos and fix the parameters used
2014-02-25 14:53:48 -05:00
James Cammarata
de6afab8dc
Adding a check for pending tranasctions to the yum module
...
Fixes #4649
2014-01-22 15:19:19 -06:00
jctanner
4a13fb4925
Merge pull request #5333 from mvermaes/yum_fix
...
yum module: Attempt #2 to cause yum to fail on invalid url
2014-01-20 06:45:01 -08:00
Michael Vermaes
8ad36e2c6b
Fail yum on invalid url with .rpm suffix
2014-01-15 12:20:31 +08:00
Michael DeHaan
33ff67ea24
Use task names in examples.
2013-12-26 13:46:09 -05:00
beefsalad
a1db3d89de
added descriptions for yum options
...
Updated main description to state that the yum module will handle package groups. Added descriptions for each example, as it is unclear to (some) users that @Name implies a group install.
2013-12-26 12:25:52 -06:00
Michael Vermaes
af0f0923ca
Attempt #2 to cause yum to fail on invalid url
2013-12-19 00:40:44 +08:00
James Tanner
4f9aadcc07
Addresses #5023 Fix import comments
2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac
Fixes #5023 Convert all modules to use new snippet import pattern
2013-12-02 15:11:23 -05:00
Michael DeHaan
4c35b7f380
There's a cleaner way to do this, commit to module formatter pending.
...
Revert "No longer need to reference 'version_added' in docs for these, as this was quite a while ago."
This reverts commit ff0a41d446
.
2013-11-27 21:23:03 -05:00
Michael DeHaan
9e4d71203d
No longer need to reference 'version_added' in docs for these, as this was quite a while ago.
2013-11-27 21:19:32 -05:00
Michael DeHaan
08996d78d6
Add version_added to all modules missing version_added information, the docs formatter will now
...
raise errors when omitted, updated changelog with new modules.
2013-11-18 18:55:49 -05:00
Michael DeHaan
beae21dd40
Remove examples of module antipattern of setting the choices array for boolean types.
2013-10-11 08:45:13 -04:00
Hiroaki Nakamura
868620f7d0
Add an example for installing a group with the yum module.
2013-09-11 02:14:16 +09:00
Hiroaki Nakamura
80d68320f7
Fix to getchanged correctly for yum groupinstall.
2013-09-11 02:10:53 +09:00
James Cammarata
25713f0b05
Minor text corrections in the yum module documentation
2013-08-24 21:46:41 -05:00
Hiroaki Nakamura
949744c194
Add description and examples for the name parameter accepts a url or a local path to a rpm file.
2013-08-25 02:30:41 +09:00
Michael Scherer
df682d1cda
Allow to use '*test*' in enablerepo for yum action
...
Yum commandline permit to use a wildcard to enable and disable
repositories in the --enablerepo switch, permitting to enable
a complete set of repository at once ( like all rpmfusion, all
update-testing, etc ).
However, this doesn't work in yum due to more stringent checks
that verify that a exact match is given for the name of the
repository , see commit 5c26805.
This commit enhance the check by permitting to test more than
1 repository at a time, thus permitting to use wildcards.
2013-08-17 18:43:53 +02:00
Michael DeHaan
5603c32929
Fixing your YAML Seth :)
2013-07-15 13:16:37 -04:00
Seth Vidal
915d8e1847
add examples for yum: state=latest name=*
2013-07-13 14:29:04 -04:00
Seth Vidal
de7d291d1e
add a '*' option for name to state=latest to do a global update
2013-07-13 14:28:52 -04:00
Seth Vidal
537166b1ea
- optimize for the extremely common case of people specifying pkg names which are, ultimately, already installed
...
on a system here time went from 16s for a series of pkgs to 3s to just
check that they were installed.
2013-07-04 17:35:34 -04:00
Michael DeHaan
79a9629108
Revert "now modules can implement with_items list globbing w/o updating"
...
This reverts commit 4942a06bc2
.
Conflicts:
lib/ansible/runner/__init__.py
2013-06-19 19:00:18 -04:00
Michael DeHaan
2ec0c4478c
Merge pull request #3227 from bcoca/modules_wantlist
...
implementing with_items list globbing made easier for modules
2013-06-16 19:29:02 -07:00
Brian Coca
98c290f9e1
now modules can implement with_items list globbing w/o updating
...
hardcoded lists in ansible code, just add WITH_ITEMS_USES_LIST in a
comment anywhere, and of course, support recieving params as list.
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-06-15 16:28:43 -04:00
Jan-Piet Mens
3404a0fc16
DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
...
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
Added deprecation warning to moduledev.rst and remove deprecated example from it
Fixed up a few typos and uppercased some acronyms.
add consistency to how EXAMPLES are formatted
2013-06-15 20:54:25 +02:00
Michael DeHaan
cd97a4cb14
Allow modules to be categorized, and also sort them when generating the documentation.
2013-04-28 15:03:45 -04:00