summaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/package/apt.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip apt-listbugs and apt-listchanges when installing from puppetDean Wilson2010-09-041-0/+4
* Updated all types to Markdown outputJames Turnbull2010-08-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-88/+88
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-9/+3
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-1/+1
* Fixes #1999 - Allows the 'apt' provider to downgrade packages.Paul Lathrop2010-02-171-1/+2
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-3/+3
* Fixed #1718 - Added preseed to apt uninstall and purgeJames Turnbull2008-11-161-0/+6
* Migrating the apt and dpkg tests to rspec.Luke Kanies2008-10-021-20/+13
* Fixed #1608 - Added ubuntu to defaultfor for apt providerJames Turnbull2008-09-251-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Applying patch by DavidS to fix #711.luke2007-07-181-0/+2
* Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab...luke2007-06-181-0/+2
* Updating the has_version work that Matt did -- the only thing he missed was t...luke2007-06-181-2/+0
* Finishing off the type/provider interface work, including adding package pref...luke2007-06-081-1/+1
* Switch the package type to use a :versionable feature, and convert all provid...mpalmer2007-05-301-4/+2
* Fixing #605 -- providers now refer to @resource or @resource_type.luke2007-05-091-9/+9
* Another round of bug-fixes, prompted by test logs from David Schmittluke2007-03-191-1/+1
* Following Russ Allbery's advice and using the Candidate field in the apt-cach...luke2007-03-191-1/+1
* Fixing #487. I know use "apt-cache policy", instead of apt-cache showpkg, be...luke2007-03-191-24/+5
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-261-7/+7
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-3/+4
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-8/+11
* Fixing some warningsluke2006-11-101-2/+2
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-091-2/+2
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha...luke2006-10-091-6/+6
* Applying patch from #234 from David Schmitt. This is also untested, and the ...luke2006-10-091-1/+14
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-091-0/+17
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-21/+5
* Adding aptitude support, including a new util::package module that provides a...luke2006-09-061-3/+12
* batch of small bug fixesluke2006-09-021-1/+1
* Modifying providers so that docs generate betterluke2006-08-281-6/+5
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+112