Commit Graph

27 Commits (f6dccb78099fd709e15b75393d2d54bf6a603315)

Author SHA1 Message Date
Michael DeHaan 508fcf9b03 changelog / remove a failed=False 12 years ago
Michael DeHaan 090525b768 failed should not be in the result returns for a module upon success 12 years ago
Seth Vidal ecc1d0420a redo of yum module - uses more system calls but should handle
random plugin vomit better.
also should handle multiple withitems in a single execution, now.
12 years ago
Michael DeHaan abc19c1e16 Join with_items for the apt module, yum pending, and various fixes to the yum module to support aliases 12 years ago
Michael DeHaan fe9b0bf38d Teach the common module code to warn users about typo'd arguments and also set everything to None automatically such
that code doesn't have to do a lot of params.get('foo', None) everywhere.
12 years ago
Michael DeHaan 4782bc1949 Port the file module over to the new common code infrastructure + cleanup some redundant imports since the module code already imports those things. 12 years ago
Michael DeHaan 948e357766 Tweak alias consistency a bit. 'package' has never been documented, but since it works, make it work in both places.
'name' is the preferred form.  Similarly, take 'name' for the 'guest' argument to the 'virt' module.
12 years ago
Michael DeHaan 1fe021f7bb Further standardize the yum module 12 years ago
Nikhil Singh f483d1c3f3 Standardizing the yum module 12 years ago
Stephen Fromm 67ee30f135 Apply logging of arguments to modules (issue #122)
The ohai and facter modules use /usr/bin/logger to log the fact that
they have been invoked.  I added 'import os' to the ping module
so that it could have the same syslog statements as the other modules.
I separated the condensed:
    shlex.split(open(argfile, 'r').read())
into two separate statements similar to the other modules.
13 years ago
Seth Vidal aa69614a8c fixes for yum module for rhel5 and issue 269 13 years ago
Martijn Koster f2d9169672 comment typos 13 years ago
Michael DeHaan 02bcec578f Yum package state defaults to installed 13 years ago
Michael DeHaan 6ab8497a9a Allow yum module to use package or name as an alias for 'pkg' 13 years ago
Michael DeHaan 1cfc35de6b If missing state or name or list parameter on yum module, raise error explaining what is up. 13 years ago
Seth Vidal 6cd4d7459c catch all exceptions and emit sensible errors - if we have a config file error this lets us know about it 13 years ago
Michael DeHaan a3bd951bfb Eliminate possible race condition in async_wrapper where ansible deletes the argsfile while the module
is still kicking off.  Should not happen except in modules that are somewhat slow to load and probably
can be fixed better than the included sleep, i.e. some IPC communication that the process has
launched and is ok to exit.  This works pretty well for now though.
13 years ago
Seth Vidal 616f7a2842 make sure latest outputs an error if the thing you've listed as 'latest'
is not there at all or even updateable
13 years ago
Seth Vidal 91cabb5385 fix up latest so it behaves like latest should
if installed and updated available: apply update
if not installed and available: install
13 years ago
Seth Vidal ff6e4aef28 make yum module work with older yum for rhel5 :( 13 years ago
Michael DeHaan e48b6b46ee Ratchet up logging a few notches prior to controlling w/ verbosity settings 13 years ago
Seth Vidal 26b18d8b85 modify yum to be used with argsfile and fix a number of items with
how it handles "advanced" pkgspecs for the state= cases
13 years ago
Seth Vidal ec6cd6e360 yum module
add state=latest and clean up the output cases
added some fixmes on verification
13 years ago
Seth Vidal bc321b7cdc touch up to yum module.
fix a couple of bugs
comment about state='latest'
13 years ago
Michael DeHaan fb76cd8663 Add manpage for ansible-playbook, since it is a command. More detailed docs will remain on the web site. 13 years ago
Michael DeHaan 2ca36fb782 Rename 'ensure' to 'state' so it lines up with the service module 13 years ago
Seth Vidal eb3c5ee328 runner buglet and yum module
runner: fix buglet causing logger output to include a u for the command
yum: add yum module:
   ensure=installed pkg=name/name.arch/name-ver-rel.arch
   ensure=removed pkg=name/name.arch/name-ver-rel.arch
   list=installed
   list=updates
   list=available
   list=pkgspec
   list=repos
13 years ago