| Commit message (Expand) | Author | Age | Files | Lines |
| * | Adding rpm as a specific command to :rug | luke | 2007-07-13 | 1 | -0/+1 |
| * | Applying patch from #714 -- aptrpm now loads on RHEL | luke | 2007-07-12 | 1 | -3/+3 |
| * | Fixing the mailman provider so it correctly matches case. Apparently mailman... | luke | 2007-07-12 | 1 | -3/+3 |
| * | Fixing the first half of #705 -- matching no longer fails. I think this also... | luke | 2007-07-12 | 2 | -38/+45 |
| * | Having FileType instances automatically back their contents up to a filebucke... | luke | 2007-07-11 | 1 | -1/+0 |
| * | Fixing transactions so that they do not flush resources that are in noop | luke | 2007-07-11 | 1 | -0/+1 |
| * | Adding a maillist type, with support for mailman. It is not as flexible as I... | luke | 2007-07-11 | 1 | -0/+112 |
| * | Adding support for a "mailalias" type, with /etc/aliases support initially. ... | luke | 2007-07-10 | 1 | -0/+31 |
| * | Adding line/file info to parsing errors in ParsedFile | luke | 2007-07-10 | 1 | -1/+4 |
| * | Ignore the pkg directory if it exists, and fix up a couple of tests that were... | (no author) | 2007-07-09 | 2 | -0/+18 |
| * | Applying patch by DavidS from #697 to allow host names to be double quoted | luke | 2007-07-08 | 1 | -3/+5 |
| * | Fixing the dpkg querying so that it works for packages that are in "config-fi... | luke | 2007-07-06 | 1 | -2/+6 |
| * | Fixed #680 puppet should handle internet enabled image files correctly. | mccune | 2007-07-05 | 1 | -1/+1 |
| * | Removing the long-obsolete Element base class. The Parameter and Type classe... | luke | 2007-07-04 | 1 | -1/+0 |
| * | More test fixes. I seem to be getting very close. | luke | 2007-06-19 | 1 | -2/+5 |
| * | Added documentation for pkgdmg provider in the provider desc accessor as per ... | mccune | 2007-06-18 | 1 | -7/+79 |
| * | Adding tracing to prefetch failures, and Fixing the environment support in th... | luke | 2007-06-18 | 1 | -9/+5 |
| * | Applying patch in #572 by trombik | luke | 2007-06-18 | 1 | -0/+13 |
| * | Fixing my stupid fix of Matt's work. I conflated :versionable and :upgradeab... | luke | 2007-06-18 | 8 | -0/+16 |
| * | Adding fink package provider. | luke | 2007-06-18 | 1 | -0/+87 |
| * | Updating the has_version work that Matt did -- the only thing he missed was t... | luke | 2007-06-18 | 9 | -16/+6 |
| * | Applying patch by trombik to fix #628. | luke | 2007-06-18 | 1 | -1/+1 |
| * | Applying patch by trombik from #624. | luke | 2007-06-18 | 1 | -1/+2 |
| * | fixing the appdmg provider to load the package provider base class, and tryin... | luke | 2007-06-18 | 1 | -0/+1 |
| * | Adding appdmg package provider from #641. | luke | 2007-06-18 | 1 | -0/+117 |
| * | Adding patch by Ghislain from #670, with slight modifications. | luke | 2007-06-18 | 1 | -1/+6 |
| * | Fixing the yum provider, and fixing the unit tests so the failures people wer... | luke | 2007-06-17 | 2 | -8/+6 |
| * | Removing erroneous debug message | luke | 2007-06-15 | 1 | -2/+0 |
| * | Fixing (hopefully) the last two providers that had "resource.is" calls | luke | 2007-06-14 | 2 | -2/+2 |
| * | Fixing sun package provider | luke | 2007-06-14 | 1 | -1/+1 |
| * | A few small fixes here and there, and the rest of the zones commit | luke | 2007-06-14 | 1 | -22/+69 |
| * | Applying patch from #666 by Rainhead and monachus | luke | 2007-06-13 | 1 | -1/+7 |
| * | Fixing #550 -- I had to list pass and dump as optional fields. | luke | 2007-06-11 | 1 | -1/+1 |
| * | Oops; I forgot to add the base class for package providers. Also, cleaning u... | luke | 2007-06-11 | 1 | -0/+31 |
| * | Adding (slightly modified) urpmi support from #592 by Devin | luke | 2007-06-08 | 1 | -0/+51 |
| * | Finishing off the type/provider interface work, including adding package pref... | luke | 2007-06-08 | 19 | -59/+53 |
| * | Fixing the few test failures that resulted from the changes to provider listing | luke | 2007-06-05 | 1 | -1/+1 |
| * | Significantly reworked the type => provider interface with respect to | luke | 2007-06-04 | 14 | -100/+69 |
| * | Adding a "source" attribute to providers, so eventually types will be able to... | luke | 2007-06-04 | 1 | -1/+1 |
| * | Changing --show-available to --showall, as requisted by Jeremy Dreese on the ... | luke | 2007-05-31 | 1 | -1/+1 |
| * | Switch the package type to use a :versionable feature, and convert all provid... | mpalmer | 2007-05-30 | 16 | -56/+16 |
| * | Add a grammatically correct 'has_feature' alias, and switch to using it where... | mpalmer | 2007-05-30 | 2 | -2/+2 |
| * | Clean up a really hairy code construct in the useradd provider | mpalmer | 2007-05-30 | 1 | -6/+1 |
| * | Fixing up2date name matching, as mentioned by Jeremy Dreese on the list | luke | 2007-05-30 | 1 | -1/+1 |
| * | Mark all package providers that don't currently report themselves as being ve... | mpalmer | 2007-05-30 | 6 | -0/+24 |
| * | Correct a problem with the dpkg provider's handling of the :purged state, and... | mpalmer | 2007-05-25 | 1 | -1/+1 |
| * | Fixing the "is" related problems in yum and rpm support, but there are still ... | luke | 2007-05-14 | 2 | -6/+21 |
| * | Attempting to fix the fact that the yum package provider calls [] on the ensu... | luke | 2007-05-14 | 1 | -1/+1 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 38 | -244/+244 |
| * | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 1 | -1/+1 |