summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adding a lot of structure to puppet.rb to make it easier to manage multiple o...luke2006-05-1811-75/+426
* fixing user[:groups] management when the user is absentluke2006-05-183-16/+24
* Updated to version 0.17.1luke2006-05-181-1/+1
* updating changelog for 0.17.1 and 0.17.0luke2006-05-181-0/+12
* Allowing empty filesluke2006-05-183-446/+467
* Fixing #146. I think I mostly just fixed the error message; I do not think t...luke2006-05-183-34/+69
* fixing stupid debian rails mistakeluke2006-05-171-11/+12
* Making sure file recursion works for all valid inputsluke2006-05-162-24/+28
* updating version on spec fileluke2006-05-151-1/+1
* Updated to version 0.17.0luke2006-05-151-1/+1
* Wrapping the host storage into a transaction. It might have a slight perform...luke2006-05-151-9/+15
* adding a test to make sure that defaults get taken up by componentsluke2006-05-152-1/+56
* Adding code to try for the rails gem if the library cannot be found normally,...luke2006-05-153-6/+24
* only performing collection tests if activerecord is availableluke2006-05-153-0/+12
* failing more intelligently in init if ActiveRecord is missingluke2006-05-151-0/+4
* Making sure yum fails on unknown packagesluke2006-05-151-0/+7
* removing extraneous loggingluke2006-05-151-1/+1
* I believe I have finalized export/collection support. I still want to go thr...luke2006-05-154-34/+100
* I had to redo how the scopes handled collectable objects (which I will soon c...luke2006-05-1413-61/+240
* Made a *huge* performance difference in storing hosts -- down from about 25 s...luke2006-05-135-20/+39
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-1312-442/+624
* The "collectable" syntax now works end-to-end -- the parser correctly recogni...luke2006-05-1317-555/+809
* adding a few more fields to the host tableluke2006-05-131-0/+2
* Adding initial rails support. One can now store host configurations using Ac...luke2006-05-1310-25/+389
* Adding some small changes towards fixing #140 and #83, but this work needs to...luke2006-05-138-30/+146
* Fixing #141. It was a problem related to the recent parser changes I made.luke2006-05-127-55/+163
* removing some extraneous loggingluke2006-05-121-1/+0
* Updating doc system to add the list of valid values to the doc string, and tw...luke2006-05-107-19/+74
* Slight modifications to package parsing on *bsd. It should be better about c...luke2006-05-091-5/+6
* It is just a snippet test, and thus a functional test but not a coverage test...luke2006-05-092-0/+23
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-097-172/+261
* making a test to verify that the functionality womble is looking for now worksluke2006-05-051-0/+29
* Making trigger logs much clearer -- you now get info logs indicating how many...luke2006-05-053-8/+61
* Changing how events work. Events are now responded to inline, while an objec...luke2006-05-056-132/+234
* Changing default for pattern to include the binary if it is includedluke2006-05-041-1/+5
* require the very latest facter to avoid problems because facter changed iphos...lutter2006-05-041-1/+4
* Small bug fixesluke2006-05-043-3/+4
* Fixing the problem that lutter ran into; the issue seems to be that Facter co...luke2006-05-041-2/+9
* fixing log messagesluke2006-05-031-1/+0
* fixing log messagesluke2006-05-031-3/+3
* Updated to version 0.16.5luke2006-05-031-1/+1
* updating changelog for 0.16.5luke2006-05-031-0/+5
* Fixing a stupid bug i managed to introduce in 0.16.2 (probably) involving imp...luke2006-05-038-44/+209
* Fixing some naming problems with crons, and adding appropriate testsluke2006-05-032-16/+38
* Allowing dashes in class names, although grammar rules restrict it from worki...luke2006-05-023-4/+4
* Switching to just using "preserve" for file copying in file#handlebackupsluke2006-05-021-5/+3
* Updated to version 0.16.4luke2006-05-021-1/+1
* updating changelog for 0.16.4luke2006-05-021-0/+4
* Fixing #132, which involved creating a separate CA client and using it to ret...luke2006-05-027-42/+49
* Updated to version 0.16.3luke2006-05-011-1/+1