summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* DirectoryService provider for users and groups. Alternative to netinfo, as a...mccune2007-08-033-0/+481
* Fixing #734. The problem was that when I switched how the configs were parse...luke2007-08-031-1/+5
* Renaming the linux interface provider to redhatluke2007-08-031-46/+3
* Applying patch by stick to the linux interface providerluke2007-08-031-2/+2
* Undo previous commit, which was an errorlutter2007-08-031-24/+5
* Do not set any options if they aren't set in /etc/sysconfig/puppetmaster - ot...lutter2007-08-031-5/+24
* Adding interface implementations, as written by Paul Roseluke2007-07-313-0/+440
* Adding the requirement that the cert dn have /CN= in it, thus hopefully catch...luke2007-07-301-1/+1
* Applying a modification of the patch from Marcin Owsiany, allowing Mongrel to...luke2007-07-301-1/+1
* Updated to version 0.23.1luke2007-07-201-1/+1
* Fixing #726 -- mounts can now correctly handle mounted but absent filesystems.luke2007-07-201-2/+14
* Adding some code in an attempt to fix #728, but it is all commented out since...luke2007-07-201-1/+22
* Attempting to clean up the mount documentation as in #727.luke2007-07-201-8/+7
* Caching whether a given file or module has been loaded, because the loading w...luke2007-07-201-7/+12
* Fixing the mail aliases generated by the mailman list provider; it was genera...luke2007-07-201-2/+3
* Fixing #725. I was apparently not deleting the alias I was creating to the c...luke2007-07-191-5/+14
* Hopefully fixing #720 -- I added tests and a lame back-off system to give the...luke2007-07-191-3/+24
* Adding the ability to specify relationships to classes, using Class[name] res...luke2007-07-192-3/+15
* The first round of bug-fixes in preparation for beakerluke2007-07-193-3/+9
* Removing the chdir from util.rb, I forgot that the directory often mattersluke2007-07-191-1/+0
* Hopefully fixing #640, and maybe some warnings at the same time. I added a c...luke2007-07-191-0/+2
* Fix #696. (patch by Jason Kohles)lutter2007-07-191-1/+1
* Fixing #716 -- the package type was considering anything that was not "absent...luke2007-07-191-23/+4
* Applying patch by DavidS to fix #711.luke2007-07-182-2/+8
* Fixing #702, hopefully. As suggested, I switched to "mount" instead of "df" ...luke2007-07-182-11/+5
* Fixing #695 -- resource references will correctly serialize and unserialize i...luke2007-07-183-10/+39
* Fixing #703, mostly. You still cannot do multi-condition queries, but you ca...luke2007-07-183-12/+19
* Trying to get rid of the warning from #724luke2007-07-181-0/+3
* Guard the rpm command suitability confine better so we hopefully stop seeing ...(no author)2007-07-164-16/+38
* Updating the docs to mention that you can use the file server with no server ...luke2007-07-141-1/+7
* Fixing some logging in cronluke2007-07-141-0/+3
* Fixing the rest of #705, except for the env stuff, which I was not able to re...luke2007-07-143-4/+13
* Fixing #691 -- I added "refreshable" features to the types that can restart, ...luke2007-07-143-1/+12
* Reordering some of the type docsluke2007-07-141-3/+3
* Removing notice about "import loop", which was happening constantly when auto...luke2007-07-142-16/+10
* Fixing error message when a parameter is getting redefinedluke2007-07-141-7/+11
* Adding rpm as a specific command to :rugluke2007-07-131-0/+1
* Fixing #589luke2007-07-132-367/+377
* Fixing #468 -- fully qualified resources can now be specified as dependenciesluke2007-07-132-406/+418
* Applying patch from #714 -- aptrpm now loads on RHELluke2007-07-121-3/+3
* Fixing the mailman provider so it correctly matches case. Apparently mailman...luke2007-07-121-3/+3
* Removing extraneous debuggingluke2007-07-121-2/+0
* Fixing the interpreter autoloading so that it correctly loads classes even wh...luke2007-07-121-58/+40
* Fixing the instances method. It now works when there are already managed res...luke2007-07-121-6/+19
* Fixing the :check metaparam so it does not try to check unsupported parametersluke2007-07-122-2/+11
* Applying docs patch by David Schmitt from #713luke2007-07-121-1/+6
* Applying a version of the diff to the defined() docs from David Schmittluke2007-07-121-1/+2
* Fixing the first half of #705 -- matching no longer fails. I think this also...luke2007-07-124-67/+52
* Having FileType instances automatically back their contents up to a filebucke...luke2007-07-114-4/+15
* Fixing transactions so that they do not flush resources that are in noopluke2007-07-116-15/+17