summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* One last try at getting the config and mode stuff working. The tests were pa...luke2007-03-081-6/+4
* Looks like [2265] was not a complete solution -- it resulted in failures when...luke2007-03-081-5/+8
* Fixing #489. I was unnecessarily converting to octal in config.rbluke2007-03-081-1/+3
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-063-11/+92
* Allow 'key=' to be the only thing on a line (livna uses this)lutter2007-02-211-1/+1
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-162-3/+3
* Fixing #484. Moving unit tests at the same time.luke2007-02-081-1/+8
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-1/+1
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-0711-3/+2620
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-311-3/+0
* Fixing #462. The package sort order was always resulting in the lowest-versi...luke2007-01-301-0/+3
* Fixing a few testing bugs that have crept in, and fixing a self-reference pro...luke2007-01-051-0/+4
* Fixing graphing tests, and correctly only using storeconfigs in tests where r...luke2007-01-011-1/+1
* Make Pidlock#lock return true if we currently hold the lockmpalmer2006-12-311-1/+1
* Add a Puppet::Util::Pidlock class, for use by locks and PID filesmpalmer2006-12-311-0/+68
* Fixing #380. The problem was that a method was sometimes returning :absent w...luke2006-12-201-1/+6
* All rails *and* language tests now pass, with the exception of a language/res...luke2006-12-191-0/+25
* Most of the graph handling is now done, and all of the recursive types (basic...luke2006-12-101-1/+1
* Intermediate commit -- I am ready to start pushing the graph stuff into the t...luke2006-11-261-21/+2
* Adding GRATR and the beginnings of graph integration.luke2006-11-171-0/+58
* Ported sshkey over, yay.luke2006-11-131-0/+1
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-131-5/+36
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-131-3/+34
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-121-3/+46
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-112-7/+15
* Adding module for parsing files. This module is only included into the parse...luke2006-11-101-0/+200
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-091-0/+28
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-0/+78
* Fixing doc generation for objects w/out their own docsluke2006-10-171-1/+5
* Adding patch from Jeff McCune, #317luke2006-10-163-0/+477
* Committing the metatype branch -- this is just splitting the type.rb code int...luke2006-10-101-0/+39
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-071-0/+9
* Adding a "genmodule" equivalent to classgen, which we will use for reportingluke2006-10-071-53/+110
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-062-5/+5
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-043-0/+96
* Use Pupet.warning instead of nonexistant 'warning'lutter2006-09-131-1/+1
* Adding a module for helping with warnings, starting only with the "warnonce" ...luke2006-09-131-0/+15
* Modifying the provider base class so that it defines a method for every used ...luke2006-09-061-0/+31
* Adding an "env" parameter to exec, for providing extra environment settings, ...luke2006-09-051-0/+1
* Adding a "withenv" execution util method, and using it in :exec for path hand...luke2006-09-051-0/+21
* Adding pre- and post-hooks, as requested in #233.luke2006-09-031-0/+8
* Adding a module specifically for making doc generation easier, and adding def...luke2006-08-283-2/+33
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-3/+3
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-203-0/+161