summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
* Intermediate commit of more reference work, including making provider suitabl...luke2007-05-081-3/+12
* Adding a dynamic? option for references, so those are not stored in tracluke2007-05-071-2/+5
* Lots of work related to generating more reference. Moving all of the individ...luke2007-05-073-2/+20
* First run at moving references to lib/puppet instead of puppetdocluke2007-05-071-0/+172
* Adding a module to abstract using Autoload to load and manage instancesluke2007-05-071-0/+74
* Fixing the time-cleaning in the rrdgraph reportluke2007-05-061-0/+1
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-17/+159
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-043-20/+1
* Adding a fact handler, along with an abstract interface for fact stores and a...luke2007-05-031-0/+60
* Adding the ability for parameters to declare that they require a given featur...luke2007-04-251-0/+12
* Refactoring puppetdoc so it is a bit cleaner and is actually object-oriented....luke2007-04-241-3/+5
* Mostly done with the conversion to restructured text, but there are still som...luke2007-04-242-15/+57
* Adding a :block_eval option to FileRecords in FileParsing, so ParsedFile prov...luke2007-04-231-3/+9
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-1/+1
* Refactoring some of the rails code. The speed is now pretty good, but the ta...luke2007-03-241-13/+30
* Fixing the same bug as the Metric stuff, but for logs this time.luke2007-03-211-0/+1
* Fixing the Metric class old clients can still refer to the Puppet::Metric class.luke2007-03-211-0/+2
* Fixing #432 - you can now manage home dirs with users. You cannot yet purge ...luke2007-03-191-4/+11
* Adding a "has_feature" method, so a provider can just declare that it has a g...luke2007-03-191-16/+39
* cleaning up an error message a bitluke2007-03-191-1/+1
* Adding a provider feature table to the provider feature docsluke2007-03-191-2/+23
* Adding provider features. Woot!luke2007-03-191-0/+108
* The first round of fixes for failing tests.luke2007-03-181-1/+1
* Removing bogus log message in file parsingluke2007-03-181-1/+0
* Fixing cron support (I hope). It now uses providers, and seems to work, at l...luke2007-03-171-28/+39
* Significantly reworking the internals of the fileparsing code. It nowluke2007-03-142-80/+137
* 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