summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Changing the log level of the "defaulting to base service type" messageluke2006-04-171-1/+1
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-179-49/+68
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-122-16/+54
* Oops, typo in client/master.rbluke2006-04-111-1/+1
* Adding locking to the master client, so that only one copy of puppetd will be...luke2006-04-111-19/+67
* Changing "set" to "tag"luke2006-04-115-12/+38
* Adding the host name as a tag (stripped of the domain name)luke2006-04-111-0/+4
* Modifying "setclass" on scope to check the validity of class names, now that ...luke2006-04-111-0/+4
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-115-399/+435
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-112-3/+21
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+3
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+6
* Adding a "tag" metaparamluke2006-04-111-0/+23
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-108-57/+138
* Fixing #117. If only one value was provided, then it was not placed in an arr...luke2006-04-101-0/+2
* Revamp the yumrepo type to deal with repositories defined anywhere in yum'slutter2006-04-073-81/+333
* another small mount fix; this time, for stupid os xluke2006-04-061-1/+2
* committing version changesluke2006-04-061-1/+1
* Committing an important fix to mounts; since i am sure no one has downloaded ...luke2006-04-061-0/+9
* Adding autoloading for types and service types, also.luke2006-04-062-0/+27
* Okay, last one, hopefully. Modifying checks to support arrays.luke2006-04-051-22/+42
* And, one more time. My test for the last bug did not actually retrieve, so i...luke2006-04-051-3/+7
* Fixing checks so that they can run even if the set cwd does not existluke2006-04-051-8/+16
* adding a bit of debuggingluke2006-04-051-0/+1
* moving cwd existence check into "sync" instead of "validate"luke2006-04-051-4/+7
* Fixing a small bug in type.rb that ignored false values (instead of nil value...luke2006-04-053-11/+30
* removing patch from spec fileluke2006-04-051-1/+1
* Adding darwinport type.luke2006-04-052-12/+99
* differentiating openbsd from freebsd, adding freebsd, and autoloading package...luke2006-04-053-57/+75
* adding deprecation noticeluke2006-04-051-1/+2
* adding some docsluke2006-04-051-0/+2
* renaming; i hate bsdluke2006-04-051-0/+0
* Fixing #103. There are now no such things as node scopes; the entire tree is...luke2006-04-053-955/+880
* Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te...luke2006-04-041-2/+2
* Disable yumrepo type since it won't work with the FC5 repo fileslutter2006-04-041-1/+2
* Fixing #108luke2006-04-041-5/+1
* adding -e ability to puppet executableluke2006-04-045-41/+69
* Change how names for nodes are specified: the 'node' keyword can be followed ...lutter2006-04-044-362/+345
* Fixing the class file to actually store class names, not object ids. Also ad...luke2006-04-045-10/+21
* Finally! We now have mount support in OS X. Ouch.luke2006-04-042-11/+85
* Adding netinfo type and some testsluke2006-04-031-0/+60
* eliminating some debugging, and removing a small redundancy bug in nameserver.rbluke2006-04-033-11/+19
* Fixing authstore to use an array for ordering, rather than a hash, duh.luke2006-04-031-4/+6
* Bugfixes for OS X. I had to do some shenanigans on type/file/ensure.rb -- it...luke2006-04-032-5/+18
* changing ssldir perms to 771, so non-root users can write to subdirs if they ...luke2006-04-031-1/+1
* Fixing a logging bug that apparently resulted from logging changes a while ago.luke2006-04-031-2/+1
* Adding apple package support, but it is very limited -- packages can only be ...luke2006-04-032-0/+29
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-024-45/+75
* adding mkdir equivalent of Config#writeluke2006-04-021-0/+17
* Adding a "write" method to config objects, so that files can be easily writte...luke2006-04-021-1/+27