| Commit message (Expand) | Author | Age | Files | Lines |
| * | Correct a problem with the dpkg provider's handling of the :purged state, and... | mpalmer | 2007-05-25 | 1 | -0/+69 |
| * | Adding better error reporting on unmatched brackets -- you will now get notif... | luke | 2007-05-25 | 1 | -0/+12 |
| * | Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need... | luke | 2007-05-20 | 1 | -0/+7 |
| * | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+32 |
| * | Fixing #566 -- definitions, tags, and classes can now be single characters | luke | 2007-05-17 | 1 | -1/+1 |
| * | Adding #629 -- an undef keyword now exists | luke | 2007-05-17 | 3 | -0/+42 |
| * | Fixing #507 (behaviour in cycles) by changing the topsort algorithm. | luke | 2007-05-17 | 1 | -4/+5 |
| * | Redoing autoload a bit in preparation for adding a plugindir | luke | 2007-05-16 | 4 | -27/+28 |
| * | A round of fixes so unit tests pass; most of the failures were from the mergi... | luke | 2007-05-15 | 4 | -16/+16 |
| * | Fixing #569 - I have added a dynamic facts option to choose which facts will ... | luke | 2007-05-15 | 1 | -0/+34 |
| * | fixing some problems with the config timeout -- I am not sure it ever actuall... | luke | 2007-05-14 | 1 | -0/+18 |
| * | Fixing a weird bug that occurred because I was changing @parentclass in the A... | luke | 2007-05-14 | 2 | -9/+11 |
| * | Fixing #605 -- providers now refer to @resource or @resource_type. | luke | 2007-05-09 | 13 | -120/+120 |
| * | Fixing #607 -- parameters and properties now refer to a @resource rather than... | luke | 2007-05-09 | 4 | -14/+14 |
| * | Fixing #606 -- now only components mention @children. | luke | 2007-05-09 | 1 | -1/+1 |
| * | Getting rid of the last vestiges of the logger tests | luke | 2007-05-09 | 2 | -2/+2 |
| * | Fixing the ability to fail correctly in the fileserver -- a constant was not ... | luke | 2007-05-09 | 1 | -0/+22 |
| * | Merging of refactor-transacton to the trunk. This work removes the :is attri... | ballman | 2007-05-09 | 27 | -236/+261 |
| * | Removing the obsolete logger network interface | luke | 2007-05-07 | 1 | -183/+0 |
| * | Adding a module to abstract using Autoload to load and manage instances | luke | 2007-05-07 | 1 | -0/+53 |
| * | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 1 | -100/+200 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 5 | -4/+6 |
| * | Adding a --summarize option, to get a transaction summary | luke | 2007-05-04 | 1 | -26/+43 |
| * | Fixing #615 (subclasses with similar names) by getting rid of the class "type... | luke | 2007-05-03 | 9 | -183/+151 |
| * | Adding a fact handler, along with an abstract interface for fact stores and a... | luke | 2007-05-03 | 2 | -0/+179 |
| * | Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th... | mpalmer | 2007-05-03 | 1 | -0/+26 |
| * | Changing the remount stuff back to not repeating the mount options. | luke | 2007-05-01 | 1 | -1/+3 |
| * | Adding a "supports_parameter?" method to test whether a given provider suppor... | luke | 2007-05-01 | 4 | -15/+43 |
| * | Fixing the fileserver naming tests after the change to allow "-" in fileserve... | luke | 2007-04-30 | 1 | -15/+5 |
| * | Fixing #430 (I hope) -- execs now autorequire the specified user | luke | 2007-04-30 | 1 | -1/+14 |
| * | Working a little bit on rails failures, with no real progress | luke | 2007-04-30 | 1 | -16/+20 |
| * | Fixing a bug in the tests introduced a while back when I switched to using "g... | luke | 2007-04-30 | 1 | -2/+4 |
| * | Fixing #594 -- Files on the local machine but not remote machine now purge. ... | luke | 2007-04-30 | 2 | -4/+46 |
| * | Allowing "-" in fileserver module names, #617 | luke | 2007-04-30 | 1 | -4/+4 |
| * | Fixing the tests for the aptrpm provider. | luke | 2007-04-30 | 1 | -8/+7 |
| * | I managed to put those provider tests in the wrong file -- the file meant to ... | luke | 2007-04-28 | 2 | -227/+204 |
| * | Okay, one last try -- the Util#binary command was not returning a path in all... | luke | 2007-04-27 | 1 | -6/+6 |
| * | Apparently I messed up providers a bit; binaries were not having their full p... | luke | 2007-04-27 | 1 | -0/+29 |
| * | Closing #585 -- providers can now have optional commands, which only differ f... | luke | 2007-04-27 | 1 | -0/+29 |
| * | Fixing #603 -- I had to add a special case for escaped carriage returns. I a... | luke | 2007-04-26 | 1 | -0/+1 |
| * | Adding the ability to manage passwords with the useradd provider | luke | 2007-04-25 | 3 | -3/+25 |
| * | Adding the ability for parameters to declare that they require a given featur... | luke | 2007-04-25 | 3 | -0/+61 |
| * | Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov... | luke | 2007-04-23 | 1 | -0/+24 |
| * | Fixing #588 - the parser correctly ignores directories in globbing now | luke | 2007-04-20 | 1 | -0/+16 |
| * | Removing the stubs for nodevar; I did not mean to commit them | luke | 2007-04-20 | 1 | -3/+0 |
| * | adding note about the class variables in the change log | luke | 2007-04-20 | 1 | -0/+3 |
| * | Adding support for aptrpm from #227 as added by Ian Burrell | luke | 2007-04-19 | 1 | -0/+90 |
| * | Adding the functionality requested in http://mail.madstop.com/pipermail/puppe... | luke | 2007-04-19 | 4 | -6/+137 |
| * | Changing the test package for debian | luke | 2007-04-06 | 1 | -3/+3 |
| * | Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to execute | mccune | 2007-04-04 | 1 | -0/+0 |