| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 2 | -2/+101 |
* | Trying to track down the bugs reported this morning, so I added some more tes... | luke | 2006-04-27 | 3 | -89/+77 |
* | updating changelog for 0.16.1 and 0.16.2 | luke | 2006-04-26 | 1 | -1/+1 |
* | adding "clean" mode to puppetca | luke | 2006-04-26 | 1 | -0/+7 |
* | This should have been in 0.16.1. Moving the "setclass" statements around so ... | luke | 2006-04-26 | 1 | -1/+1 |
* | Adding "defined" functino to puppet, so you can now test whether a given clas... | luke | 2006-04-26 | 1 | -0/+37 |
* | Creating a simplistic, generic function framework in the parser, so it is now... | luke | 2006-04-26 | 4 | -0/+142 |
* | Modifying non-existent-package test to make sure syncing fails, and modified ... | luke | 2006-04-22 | 1 | -1/+9 |
* | Final commit before 0.16.0 | luke | 2006-04-21 | 4 | -4/+158 |
* | making corrections to pass tests on freebsd | luke | 2006-04-21 | 1 | -0/+3 |
* | Go some work started on developing authorization, but I have made little prog... | luke | 2006-04-21 | 1 | -4/+4 |
* | pelement listing now works | luke | 2006-04-20 | 1 | -24/+43 |
* | Added a list class method to just about all types, and it seems to actually w... | luke | 2006-04-20 | 2 | -15/+123 |
* | Adding a "list" class method to most types, and using it in the tests for the... | luke | 2006-04-20 | 2 | -0/+67 |
* | A simple first version of an object (called "pelement") server is now in plac... | luke | 2006-04-20 | 1 | -0/+81 |
* | Adding freebsd ports support | luke | 2006-04-20 | 1 | -0/+6 |
* | fixing test to know that i skipped alerts | luke | 2006-04-19 | 1 | -1/+1 |
* | Fixin #102. The syslog name is now either the name if the process (if that n... | luke | 2006-04-19 | 1 | -0/+1 |
* | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 7 | -53/+71 |
* | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 2006-04-12 | 1 | -1/+10 |
* | Adding locking to the master client, so that only one copy of puppetd will be... | luke | 2006-04-11 | 1 | -0/+32 |
* | Changing "set" to "tag" | luke | 2006-04-11 | 2 | -7/+7 |
* | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 2 | -6/+32 |
* | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+17 |
* | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 3 | -0/+62 |
* | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 1 | -0/+23 |
* | Adding the puppet client version to the fact list as "clientversion" | luke | 2006-04-11 | 1 | -2/+16 |
* | Adding a "tag" metaparam | luke | 2006-04-11 | 1 | -0/+33 |
* | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 2 | -0/+29 |
* | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+14 |
* | Revamp the yumrepo type to deal with repositories defined anywhere in yum's | lutter | 2006-04-07 | 2 | -20/+167 |
* | Committing an important fix to mounts; since i am sure no one has downloaded ... | luke | 2006-04-06 | 1 | -0/+9 |
* | Okay, last one, hopefully. Modifying checks to support arrays. | luke | 2006-04-05 | 1 | -0/+41 |
* | And, one more time. My test for the last bug did not actually retrieve, so i... | luke | 2006-04-05 | 1 | -0/+1 |
* | Fixing checks so that they can run even if the set cwd does not exist | luke | 2006-04-05 | 1 | -0/+5 |
* | moving cwd existence check into "sync" instead of "validate" | luke | 2006-04-05 | 1 | -0/+34 |
* | Fixing a small bug in type.rb that ignored false values (instead of nil value... | luke | 2006-04-05 | 1 | -0/+17 |
* | Adding darwinport type. | luke | 2006-04-05 | 1 | -14/+14 |
* | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 3 | -6/+4 |
* | fixing Config#mkdir test to not check gid on any BSD, since they appear to ig... | luke | 2006-04-05 | 1 | -5/+16 |
* | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 2 | -26/+131 |
* | getting rid of the parser tree, and moving everything into the language dir | luke | 2006-04-04 | 3 | -0/+0 |
* | loading yumrepo in the test, since it is not being loaded in the main code | luke | 2006-04-04 | 1 | -0/+1 |
* | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 8 | -31/+35 |
* | adding -e ability to puppet executable | luke | 2006-04-04 | 1 | -3/+30 |
* | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 1 | -0/+84 |
* | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 2 | -0/+40 |
* | Finally! We now have mount support in OS X. Ouch. | luke | 2006-04-04 | 1 | -16/+26 |
* | Adding netinfo type and some tests | luke | 2006-04-03 | 2 | -160/+96 |
* | Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it... | luke | 2006-04-03 | 2 | -2/+11 |