| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing #462. The package sort order was always resulting in the lowest-versi... | luke | 2007-01-30 | 2 | -1/+1 |
| * | Fixing graphing tests, and correctly only using storeconfigs in tests where r... | luke | 2007-01-01 | 1 | -2/+3 |
| * | Make Pidlock#lock return true if we currently hold the lock | mpalmer | 2006-12-31 | 1 | -0/+2 |
| * | Add a Puppet::Util::Pidlock class, for use by locks and PID files | mpalmer | 2006-12-31 | 1 | -0/+124 |
| * | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 1 | -7/+10 |
| * | Allow execution of bare strings as long as there's no attempt to change uid/gid | lutter | 2006-12-22 | 1 | -0/+12 |
| * | Fixing #380. The problem was that a method was sometimes returning :absent w... | luke | 2006-12-20 | 1 | -0/+19 |
| * | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -0/+46 |
| * | Adding a metatype to manage resources of a specified type. For now, this met... | luke | 2006-12-12 | 1 | -3/+1 |
| * | Intermediate commit -- I am ready to start pushing the graph stuff into the t... | luke | 2006-11-26 | 1 | -30/+4 |
| * | Adding GRATR and the beginnings of graph integration. | luke | 2006-11-17 | 1 | -0/+135 |
| * | Fixing more tests | luke | 2006-11-13 | 1 | -1/+2 |
| * | Hosts now work again, and it should be straightforward to create a netinfo pr... | luke | 2006-11-13 | 1 | -2/+50 |
| * | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 1 | -13/+84 |
| * | Mounts work again, at least with the parsedfile provider. I still need to cr... | luke | 2006-11-12 | 1 | -0/+60 |
| * | An intermediate commit. All of the classes that use parsedfile are assuredly... | luke | 2006-11-11 | 1 | -0/+8 |
| * | Adding module for parsing files. This module is only included into the parse... | luke | 2006-11-10 | 1 | -0/+365 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 2 | -99/+173 |
| * | Another round of bug-fixes in preparation for 0.20.0 | luke | 2006-10-18 | 1 | -1/+1 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 4 | -4/+12 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 4 | -0/+8 |
| * | Refactoring reporting. Reports are now modules instead of simple methods. | luke | 2006-10-07 | 1 | -0/+24 |
| * | Adding a "genmodule" equivalent to classgen, which we will use for reporting | luke | 2006-10-07 | 1 | -5/+134 |
| * | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -13/+13 |
| * | Converting to using the Rakefile for testing. The old 'test' script is | luke | 2006-09-19 | 4 | -32/+4 |
| * | Adding aptitude support, including a new util::package module that provides a... | luke | 2006-09-06 | 2 | -1/+31 |
| * | Adding an "env" parameter to exec, for providing extra environment settings, ... | luke | 2006-09-05 | 1 | -2/+2 |
| * | Adding a "withenv" execution util method, and using it in :exec for path hand... | luke | 2006-09-05 | 1 | -0/+37 |
| * | Adding pre- and post-hooks, as requested in #233. | luke | 2006-09-03 | 1 | -0/+26 |
| * | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 2 | -0/+411 |