| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixing #386. | luke | 2006-12-27 | 1 | -0/+2 |
* | Switching files to use a filebucket named "puppet" by default. Also, set up ... | luke | 2006-12-27 | 7 | -105/+149 |
* | Fixing #365. I am not sure what the problem was in previous versions, becaus... | luke | 2006-12-27 | 3 | -9/+24 |
* | Closing #362. Case-insensitivity is handled by downcasing all host names. | luke | 2006-12-27 | 1 | -52/+54 |
* | Hopefully fixing #355. I could not actually reproduce the specific problem, ... | luke | 2006-12-27 | 2 | -125/+149 |
* | Fixing #348. Overrides now support an extra end-comma. | luke | 2006-12-23 | 2 | -188/+188 |
* | Loading the rails lib early on, so that the rails configuration parameters ar... | luke | 2006-12-23 | 1 | -1/+1 |
* | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 4 | -25/+40 |
* | Fixing #349. Doing some hackery so defined types can now (again) be used as ... | luke | 2006-12-23 | 1 | -6/+10 |
* | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -1/+1 |
* | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 10 | -99/+132 |
* | Allow execution of bare strings as long as there's no attempt to change uid/gid | lutter | 2006-12-22 | 1 | -1/+1 |
* | *whew* Fixing the vast majority of the graph-related performance problems. I... | luke | 2006-12-21 | 3 | -14/+16 |
* | Fixing #380. The problem was that a method was sometimes returning :absent w... | luke | 2006-12-20 | 3 | -2/+15 |
* | Adding some defaults to users, mostly for darwin because it is kinda stupid w... | luke | 2006-12-20 | 1 | -0/+16 |
* | Fixing #361, I think. It appears to be a problem with missing a setting for ... | luke | 2006-12-20 | 1 | -0/+6 |
* | Applying patch from #384, by jgonzalez | luke | 2006-12-19 | 1 | -7/+6 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 13 | -75/+131 |
* | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 6 | -15/+45 |
* | Adding :replace aliases, as requested in #366. | luke | 2006-12-19 | 6 | -2/+10 |
* | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 7 | -72/+74 |
* | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 12 | -240/+251 |
* | Fix up a problem with initialising an sqlite3 data store, presumably only wit... | mpalmer | 2006-12-18 | 1 | -1/+1 |
* | Some more graph optimizations; I think I am now close enough that I am basica... | luke | 2006-12-17 | 3 | -47/+108 |
* | Adding a simpler and *much* faster tree_from_vertex method, and using it inst... | luke | 2006-12-17 | 1 | -3/+43 |
* | Requiring puppet/rails in the interpreter before Rails.init | luke | 2006-12-17 | 1 | -0/+1 |
* | Getting rid of the db init stdout and reindenting | luke | 2006-12-17 | 1 | -52/+61 |
* | Simplifying the splitpath method a bit, altho it is still strangely slow | luke | 2006-12-16 | 1 | -12/+4 |
* | Simplifying the the Puppet::Type[] method | luke | 2006-12-16 | 1 | -7/+1 |
* | Redoing the benchmarking a little bit | luke | 2006-12-16 | 1 | -1/+5 |
* | Go back to restype and remove STI classes, they were more trouble than they w... | shadoi | 2006-12-15 | 4 | -26/+9 |
* | Changing some of the error output. This gets rid of the duplicated informati... | luke | 2006-12-15 | 2 | -8/+4 |
* | Adding some selectability to host creation for testing. Using find_or_create... | luke | 2006-12-15 | 1 | -10/+40 |
* | I like to checkin one-liners a lot. I'm cool. | shadoi | 2006-12-15 | 1 | -2/+1 |
* | Don't use find_or_create_by_title since titles aren't unique. | shadoi | 2006-12-15 | 1 | -1/+1 |
* | Remove old files, don't require pp anymore | shadoi | 2006-12-15 | 3 | -49/+0 |
* | Some rails modifications | luke | 2006-12-15 | 3 | -64/+24 |
* | Don't dump out debugging stuff. | shadoi | 2006-12-15 | 1 | -2/+0 |
* | Don't symbolize the param names | shadoi | 2006-12-15 | 1 | -1/+1 |
* | acts_as_taggable plugin | shadoi | 2006-12-14 | 5 | -0/+119 |
* | New rails stuff redux. | shadoi | 2006-12-14 | 14 | -53/+259 |
* | Fix service.list, in particular for the redhat provider | lutter | 2006-12-14 | 2 | -5/+12 |
* | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -2/+9 |
* | Reworking the package tests. Now providers are tested individually | luke | 2006-12-14 | 4 | -4/+21 |
* | Another round of bug fixing. Now everything passes except mounts, at least o... | luke | 2006-12-13 | 4 | -234/+5 |
* | Fixing the next round of bugs, mostly little things but I had to modify trans... | luke | 2006-12-13 | 3 | -4/+19 |
* | Never default to rpm provider; use up2date on RedHat. This also works on RHEL... | lutter | 2006-12-13 | 2 | -1/+1 |
* | You can now use the "resources" type to purge resources. I still need to mod... | luke | 2006-12-13 | 2 | -8/+10 |
* | Adding a metatype to manage resources of a specified type. For now, this met... | luke | 2006-12-12 | 2 | -2/+70 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 8 | -48/+85 |