Commit Graph

39 Commits (b8c4bb9e6e2b8eeccb0fee87c0bfd9ffb5933efe)

Author SHA1 Message Date
Michael DeHaan 14c2e8de0c Fix invalid usage or fail_json in apt module
14 years ago
Michael DeHaan 798c35d83e Apt module should accept 'absent', and 'present' like the yum module does.
14 years ago
Michael DeHaan 477ca2ed1a Make pep8 tests run against the library directory as well, and associated tweaks (mostly to indentation) in the library
14 years ago
Michael DeHaan faed4b5a33 whitespace + remove deprecated YAML parser (migration script lives in examples/scripts and warning was added
14 years ago
Michael DeHaan 7e9e29011e Add encoding lines to python modules such that they can take unicode options if they are fed them, since the
14 years ago
Christoph Seitz 6baaea90ae Tweaked error massages.
14 years ago
Christoph Seitz b973910283 Some optimizations to previous code.
14 years ago
Christoph Seitz 418445d3c5 Enable apt module to handle multiply packages (comma separated)
14 years ago
Lorin Hochstein 9bcc18d17b Apt module: add update-cache as alias of update_cache
14 years ago
Mark Theunissen 7a67145ef4 Fixes for apt module
14 years ago
Michael DeHaan d0f0315c9d Merge pull request #723 from skvidal/devel
14 years ago
Seth Vidal 21a35bde00 new patch - adds a 'boolean' function to the module_common class and cleans up
14 years ago
Seth Vidal c4c53d545a fix trace-creating error in apt module - also make the default setting actualy work
14 years ago
Lorin Hochstein a9c2e597ac Fix typo in apt error message: update-cache -> update_cache
14 years ago
Nikhil Singh daf44331c4 Code review changes
14 years ago
Nikhil Singh dd9e09dee6 Adding dict() for json.dumps
14 years ago
Nikhil Singh 4c8d949642 Standardizing the apt module
14 years ago
Michael DeHaan 1a88a3362f add noninteractive to debian module per #602
14 years ago
Michael DeHaan 626e4cb003 Merge pull request #572 from goozbach/devel
14 years ago
Jeremy Smitherman a35a0f885e Added cmd modifications to use a force-yes option for apt module
14 years ago
Derek Carter f38b9d1ca7 added filter for future warning
14 years ago
Derek Carter e261d49acc fixes #569 apt module problems on old versions of apt-python (namely debian 5.0)
14 years ago
Peter Sankauskas fed1e9870c Assigning to boolean first
14 years ago
Peter Sankauskas fced8cf6b0 Getting the apt module to accept and understand a 'install-recommends' parameter which allows running apt with --no-install-recommends
14 years ago
Nathan A. Feger 1d553830f2 Add support for older version of python-apt
14 years ago
Cosmin Luță 204bffa21e Added parameter to the apt-get install command to prevent interactive conflict resolution
14 years ago
Stephen Fromm aea022b002 Apply logging of arguments to modules (issue #122)
14 years ago
Michael DeHaan 36e454c52f Because paramiko using a pty can't distinguish stderr and stdout, remove handling that
14 years ago
Daniel Néri d5f3760acc Add optional "default-release" argument for apt module
14 years ago
Daniel Néri ec4d5fa287 Add apt module support for installing/removing specific version of package
14 years ago
Daniel Néri 626e8f3543 Fix two misspellings of the apt module's "fail_json" function
14 years ago
Michael DeHaan 8152e44efd Also allow the apt module to use package or name as an alias for 'pkg'
14 years ago
Michael DeHaan 529a194950 Upgrade apt message if no python-apt to intercept potential user questions.
14 years ago
Matthew Williams c819f1715e apt module bugfix
14 years ago
Michael DeHaan 02d5e831ce have apt module raise an error if apt cannot be imported
14 years ago
Matthew Williams 9fdd7a837e improvements to apt module: state=latest, update-cache=yes|no, purge=yes|no
14 years ago
Matthew Williams e2deb94e73 trimmed superfluous code from apt module
14 years ago
Matthew Williams e85355f054 cleaned up apt module style
14 years ago
Matthew Williams 90ba14d60e preliminary apt module
14 years ago