| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make pkgdmg default Darwin provider, make confines consistent on Darwin ↵ | Nigel Kersten | 2009-07-21 | 4 | -7/+7 |
| | | | | | package providers. | ||||
| * | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 14 | -31/+31 |
| | | |||||
| * | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 6 | -14/+14 |
| | | |||||
| * | Fix #2142 - Convert pkgdmg provider to use plists instead of string scanning ↵ | Nigel Kersten | 2009-04-22 | 1 | -18/+25 |
| | | | | | | | | | | | | | | | for future proofing update pkgdmg patch with feedback from dev-list initial checking of pkgdmg package provider tests clean up fail conditions to raise Puppet::Error instead Finalized tests for pkgdmg provider remove duplicate facter/util/plist require | ||||
| * | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ↵ | James Turnbull | 2009-02-26 | 2 | -7/+7 |
| | | | | | semicolons | ||||
| * | Merge branch '0.24.x' | Luke Kanies | 2009-02-14 | 1 | -1/+1 |
| |\ | | | | | | | | | Conflicts: test/ral/manager/type.rb | ||||
| | * | Fixing a syntax error in the up2date provider | Luke Kanies | 2009-02-14 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | | Merge branch '0.24.x' | Luke Kanies | 2009-02-13 | 1 | -2/+4 |
| |\| | | | | | | | | | | | | | | | | | | | Conflicts: lib/puppet/indirector/facts/facter.rb lib/puppet/provider/augeas/augeas.rb lib/puppet/util/filetype.rb spec/unit/indirector/facts/facter.rb spec/unit/provider/augeas/augeas.rb test/util/filetype.rb | ||||
| | * | Updated up2date and service confines to add support for Oracle EL and VM | James Turnbull | 2009-02-13 | 1 | -2/+4 |
| | | | |||||
| * | | Deprecating 'Puppet.type'; replacing all instances with Puppet::Type.type | Luke Kanies | 2008-12-18 | 2 | -2/+2 |
| |/ | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Simplify launchd service provider and add tests | Nigel Kersten | 2008-12-01 | 1 | -3/+0 |
| | | |||||
| * | Added versionable feature to the RPM provider | James Turnbull | 2008-11-18 | 1 | -0/+2 |
| | | |||||
| * | Fixed #1718 - Added preseed to apt uninstall and purge | James Turnbull | 2008-11-16 | 1 | -0/+6 |
| | | |||||
| * | Removed extra 'end' from yum.rb | James Turnbull | 2008-11-14 | 1 | -1/+0 |
| | | |||||
| * | Fixed #1739 - Added uninstall functionality to yum provider | James Turnbull | 2008-11-13 | 1 | -0/+5 |
| | | |||||
| * | Fixes #1714 - yumhelper handling with yum 2.2.x is broken | James Turnbull | 2008-11-01 | 1 | -0/+9 |
| | | |||||
| * | lazy load latest package definitions with yumhelper 2.2 | duritong | 2008-10-10 | 1 | -17/+24 |
| | | | | | | | | | | | | | | | | | | | merge commit to 0.24x, original commit: I could observe that yumhelper.py can run quite some time and use quite a lot of memory (up to 100MB!) if you're using many repositories. As the yumhelper is only needed if you use latest as a ensure-keyword it makes no sense for people like me letting puppet fetch these details always, if you're never going to use latest. => lazy loading. After discussion on the list, this is the new version for lazy loading yum latest package versions. It is implemented mainly in the way that Luke proposed. However it stores the latest informations in the variable latest_info so the latest method didn't get too hackish and could nearly be left like it was before. | ||||
| * | Fxied #1354 - yum provider problems with RHEL 3 | James Turnbull | 2008-10-07 | 2 | -12/+100 |
| | | |||||
| * | Migrating the apt and dpkg tests to rspec. | Luke Kanies | 2008-10-02 | 2 | -70/+45 |
| | | | | | | | | I left the aptitude and aptrpm tests as an exercise for the reader. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Fixed #1586 - Specifying "fully qualified" package names in Gentoo | James Turnbull | 2008-10-02 | 1 | -1/+1 |
| | | |||||
| * | Fixed #1620 - Add 'sles' to Puppet confines when 'suse' is used | James Turnbull | 2008-10-01 | 1 | -2/+2 |
| | | |||||
| * | Added a number of confines to package providers | James Turnbull | 2008-09-25 | 6 | -2/+16 |
| | | |||||
| * | Fixed #1608 - Added ubuntu to defaultfor for apt provider | James Turnbull | 2008-09-25 | 1 | -1/+1 |
| | | |||||
| * | Fixed #1553 - Puppet and Facter cannot both install the plist module into ↵ | James Turnbull | 2008-09-13 | 2 | -2/+2 |
| | | | | | two different locations | ||||
| * | Fixed #1508 - Add HP-UX package provider. | Mark Plaksin | 2008-08-20 | 1 | -0/+41 |
| | | |||||
| * | Fixing #1447 -- Replacing Puppet::PackageError with Puppet::Error. | Luke Kanies | 2008-08-12 | 2 | -4/+4 |
| | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Fixed #1226 - Gems can now specify source repositories. | Luke Kanies | 2008-07-07 | 1 | -15/+20 |
| | | | | | | | | | | Added tests for the bit that's changed here (and caught a couple of bugs in the original patch). This is all a modification of Sam Quigley's work. Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Correct whitespace | Luke Kanies | 2008-07-07 | 1 | -7/+7 |
| | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Importing Sam Quigley's work to enhance gem support for sources. | Luke Kanies | 2008-07-07 | 1 | -5/+21 |
| | | |||||
| * | Adds support for keepconfig for the dpkg provider fixes #234 | James Turnbull | 2008-06-15 | 1 | -1/+16 |
| | | |||||
| * | Removed the unless condition in query, because the issue is a stale cached | Andrew Shafer | 2008-06-14 | 1 | -12/+13 |
| | | | | | | | | | | | | | | | value and added comments that query will now always do so. The query method is only called in two places, from inside 'install' in yum.rb and from inside 'uninstall' in rpm. This behavior only happens when you have a lower version than the one you are 'ensuring'. Since the right package actually gets installed, the system is in sync next time, but the event of installation is lost and subscribing resources will never get it. | ||||
| * | Moving the majority of the pkgdmg docs to the wiki, fixing #1264. | Luke Kanies | 2008-05-26 | 1 | -60/+1 |
| | | | | | Signed-off-by: Luke Kanies <luke@madstop.com> | ||||
| * | Fix for latest method in rpm provider (fixes #1224) | James Turnbull | 2008-05-16 | 1 | -1/+1 |
| | | |||||
| * | Fix for urpmi provider that fixes #1217 | James Turnbull | 2008-05-11 | 1 | -3/+3 |
| | | |||||
| * | Pushed patch for ticket #1191 - adding globbing support to ports provider | James Turnbull | 2008-04-19 | 1 | -1/+6 |
| | | |||||
| * | Pushed patch for ticket #1187 - freebsd pkg_add support | James Turnbull | 2008-04-19 | 1 | -4/+15 |
| | | |||||
| * | Pass source to pkg_add via the PKG_PATH environment variable if | Ryan McBride | 2008-03-25 | 1 | -1/+9 |
| | | |||||
| * | Applying patch by Ryan McBride to fix OpenBSD package | Luke Kanies | 2008-03-23 | 1 | -1/+1 |
| | | | | | matching. The actual problem was caused by the fix to #1001. | ||||
| * | Fixed ports documentation error | James Turnbull | 2008-03-20 | 1 | -2/+1 |
| | | |||||
| * | Applies patches from #1111 and #1112 | James Turnbull | 2008-03-05 | 1 | -4/+4 |
| | | |||||
| * | Trac #1038: not a fix, just an attempt at improving the situation. | David Lutterkort | 2008-02-25 | 1 | -6/+8 |
| | | | | | | | | | That ticket is caused by _some_ process crashing whiule holding rpmdb locks (and doing that a lot) It is unclear whether yumhelper is that process, and why it would be crashing. This version tries much harder to exit cleanly no matter what. | ||||
| * | Somewhat refactored fileserving so that it no longer caches | Luke Kanies | 2008-02-23 | 1 | -1/+5 |
| | | | | | | | | | | | any objects, nor does it use Puppet's RAL resources. In the process, I fixed #894 (you can now copy links) and refactored other classes as necessary. Mostly it was fixing tests. This is a squashed commit of a temporary branch, fwiw, and it also includes any fixes to the tests that were necessary to get all tests passing again. | ||||
| * | Fixed Ticket 1009 - problem with plist xml parser. We do not need the plist ↵ | Jeffrey J McCune | 2008-02-17 | 1 | -5/+2 |
| | | | | | parser for pkgdmg. | ||||
| * | Changing portage to use Puppet::Error instead of Puppet::PackageError, | Luke Kanies | 2008-02-13 | 1 | -4/+4 |
| | | | | | fixing #1059. | ||||
| * | Fixed #992 -- Puppet is now compatible with gems 1.0.1. | Luke Kanies | 2008-02-13 | 1 | -4/+4 |
| | | |||||
| * | Fixed #1001 | James Turnbull | 2008-01-28 | 1 | -1/+1 |
| | | |||||
| * | Removing the line that marked fink as the default package | Luke Kanies | 2008-01-19 | 1 | -2/+0 |
| | | | | | manager on darwin. | ||||
| * | Fixed ticket #979 - pkgdmg.rb documentation | James Turnbull | 2008-01-01 | 1 | -3/+1 |
| | | |||||
| * | Uninstalling packages through 'ensure => absent' works again for the rpm and ↵ | David Lutterkort | 2007-12-17 | 1 | -5/+13 |
| | | | | | | | | | | yum providers. Before, 'rpm -e' was called without a package name. The code now makes sure that 'rpm -e' gets exactly one package to uninstall on each invocation, since rpm gets grumpy otherwise (besides passing the correct package NVR, of course). | ||||
| * | Removing the recently-commited paludis provider, | Luke Kanies | 2007-12-11 | 1 | -106/+0 |
| | | | | | because it breaks autoloading as indicated in #956. | ||||
