| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Changing the log level of the "defaulting to base service type" message | luke | 2006-04-17 | 1 | -1/+1 |
| * | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 9 | -49/+68 |
| * | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 2006-04-12 | 2 | -16/+54 |
| * | Oops, typo in client/master.rb | luke | 2006-04-11 | 1 | -1/+1 |
| * | Adding locking to the master client, so that only one copy of puppetd will be... | luke | 2006-04-11 | 1 | -19/+67 |
| * | Changing "set" to "tag" | luke | 2006-04-11 | 5 | -12/+38 |
| * | Adding the host name as a tag (stripped of the domain name) | luke | 2006-04-11 | 1 | -0/+4 |
| * | Modifying "setclass" on scope to check the validity of class names, now that ... | luke | 2006-04-11 | 1 | -0/+4 |
| * | Fixing the language side of #109. Added a "set" keyword. | luke | 2006-04-11 | 5 | -399/+435 |
| * | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 2 | -3/+21 |
| * | Adding the puppet client version to the fact list as "clientversion" | luke | 2006-04-11 | 1 | -0/+3 |
| * | Adding the puppet client version to the fact list as "clientversion" | luke | 2006-04-11 | 1 | -0/+6 |
| * | Adding a "tag" metaparam | luke | 2006-04-11 | 1 | -0/+23 |
| * | Adding simple benchmarking, and using it in a few of the more obvious places.... | luke | 2006-04-10 | 8 | -57/+138 |
| * | Fixing #117. If only one value was provided, then it was not placed in an arr... | luke | 2006-04-10 | 1 | -0/+2 |
| * | Revamp the yumrepo type to deal with repositories defined anywhere in yum's | lutter | 2006-04-07 | 3 | -81/+333 |
| * | another small mount fix; this time, for stupid os x | luke | 2006-04-06 | 1 | -1/+2 |
| * | Committing an important fix to mounts; since i am sure no one has downloaded ... | luke | 2006-04-06 | 1 | -0/+9 |
| * | Adding autoloading for types and service types, also. | luke | 2006-04-06 | 2 | -0/+27 |
| * | Okay, last one, hopefully. Modifying checks to support arrays. | luke | 2006-04-05 | 1 | -22/+42 |
| * | And, one more time. My test for the last bug did not actually retrieve, so i... | luke | 2006-04-05 | 1 | -3/+7 |
| * | Fixing checks so that they can run even if the set cwd does not exist | luke | 2006-04-05 | 1 | -8/+16 |
| * | adding a bit of debugging | luke | 2006-04-05 | 1 | -0/+1 |
| * | moving cwd existence check into "sync" instead of "validate" | luke | 2006-04-05 | 1 | -4/+7 |
| * | Fixing a small bug in type.rb that ignored false values (instead of nil value... | luke | 2006-04-05 | 2 | -7/+30 |
| * | Adding darwinport type. | luke | 2006-04-05 | 2 | -12/+99 |
| * | differentiating openbsd from freebsd, adding freebsd, and autoloading package... | luke | 2006-04-05 | 3 | -57/+75 |
| * | adding deprecation notice | luke | 2006-04-05 | 1 | -1/+2 |
| * | adding some docs | luke | 2006-04-05 | 1 | -0/+2 |
| * | renaming; i hate bsd | luke | 2006-04-05 | 1 | -0/+0 |
| * | Fixing #103. There are now no such things as node scopes; the entire tree is... | luke | 2006-04-05 | 3 | -955/+880 |
| * | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 1 | -2/+2 |
| * | Disable yumrepo type since it won't work with the FC5 repo files | lutter | 2006-04-04 | 1 | -1/+2 |
| * | Fixing #108 | luke | 2006-04-04 | 1 | -5/+1 |
| * | adding -e ability to puppet executable | luke | 2006-04-04 | 4 | -40/+65 |
| * | Change how names for nodes are specified: the 'node' keyword can be followed ... | lutter | 2006-04-04 | 4 | -362/+345 |
| * | Fixing the class file to actually store class names, not object ids. Also ad... | luke | 2006-04-04 | 5 | -10/+21 |
| * | Finally! We now have mount support in OS X. Ouch. | luke | 2006-04-04 | 2 | -11/+85 |
| * | Adding netinfo type and some tests | luke | 2006-04-03 | 1 | -0/+60 |
| * | eliminating some debugging, and removing a small redundancy bug in nameserver.rb | luke | 2006-04-03 | 3 | -11/+19 |
| * | Fixing authstore to use an array for ordering, rather than a hash, duh. | luke | 2006-04-03 | 1 | -4/+6 |
| * | Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it... | luke | 2006-04-03 | 2 | -5/+18 |
| * | Fixing a logging bug that apparently resulted from logging changes a while ago. | luke | 2006-04-03 | 1 | -2/+1 |
| * | Adding apple package support, but it is very limited -- packages can only be ... | luke | 2006-04-03 | 2 | -0/+29 |
| * | Added a test for Type#remove, and fixed the method so it actually works. I wa... | luke | 2006-04-02 | 4 | -45/+75 |
| * | adding mkdir equivalent of Config#write | luke | 2006-04-02 | 1 | -0/+17 |
| * | Adding a "write" method to config objects, so that files can be easily writte... | luke | 2006-04-02 | 1 | -1/+27 |
| * | fixing a bug that appeared somehow in port.rb, and adding mount and sshkey to... | luke | 2006-04-01 | 2 | -0/+5 |
| * | renaming filesystem to mount | luke | 2006-04-01 | 1 | -16/+16 |
| * | Adding filesystem support, and modifying parsedtypes a bit to fix a bug where... | luke | 2006-04-01 | 3 | -34/+222 |