summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* Supporting variables as the test value in both case statements and selectors.luke2006-03-031-1/+2
* Definitions now always create their own context, which means that they cannot...luke2006-03-032-13/+63
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-025-75/+33
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-025-4/+70
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-0214-55/+218
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-22/+50
* Intermediate commit; setdefaults now accepts both hashes and arraysluke2006-03-011-0/+24
* Fixing user and group management in the config handling.luke2006-02-281-1/+25
* Fixing #70. We now have user and group management on FreeBSD.luke2006-02-281-0/+3
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-283-10/+43
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+19
* Fixing bug #73; node names now appear only once in the pathluke2006-02-271-4/+14
* Fixing bug #75, providing support for unnecessary end commas.luke2006-02-271-0/+13
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-278-45/+54
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-273-7/+121
* Adding redhat service type, to support enabling and disabling a serviceluke2006-02-241-15/+70
* Fixing package types so you can specify the package type manually in a manifestluke2006-02-241-0/+9
* Generate an error if the pattern for an import statement matches no file.lutter2006-02-231-0/+15
* Adding single-quote syntactical elementluke2006-02-162-4/+24
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-163-4/+24
* Removed some of the autorequire stuff from :exec because it created untenable...luke2006-02-161-2/+35
* Adding logoutput parameter to :execluke2006-02-161-0/+28
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ...luke2006-02-154-6/+30
* Tracked down a few other bugs; everything now passes on debian in preparation...luke2006-02-153-2/+121
* Fixing users so that they can use a group created by Puppet, and they also no...luke2006-02-152-2/+54
* Some important bug fixes in the parsedtypes types; this all started from the ...luke2006-02-154-11/+170
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-141-0/+86
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-141-0/+72
* Adding a general "check" mechanism to :exec, so it is now terribly easy to de...luke2006-02-131-1/+45
* Correcting some path problems with symlink, and changing "target" state to "e...luke2006-02-131-3/+3
* updating changelog and docs for :aliasluke2006-02-131-2/+0
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-131-0/+41
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-122-1/+34
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-104-6/+45
* Fixing the conflict between ensure and source. Ironically I had already made...luke2006-02-082-0/+44
* Checksums now get correctly updated for both the ensure and content state whe...luke2006-02-081-0/+41
* first bug fixed, where sources were not updating the checksumluke2006-02-081-0/+22
* There is now full support for configuration files, and the entire system has ...luke2006-02-0716-76/+145
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-11/+102
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-076-14/+18
* Temporary commit; configs now can be converted to manifestsluke2006-02-071-2/+18
* Config files now seem to work, so I am ready to start incorporating them.luke2006-02-072-3/+96
* committing test code for bug lutter foundluke2006-02-071-0/+6
* Fixing a significant performance bug in file recursion, and trying to help pe...luke2006-01-312-22/+10
* Fixing class storage -- it was not working for nodescopesluke2006-01-301-1/+0
* RPM release is almost entirely there, it just needs to be integrated into rel...luke2006-01-251-0/+44
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-242-1/+7
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-2310-117/+392
* Modifying docs, and adding scheduling hooksluke2006-01-201-3/+0
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-2/+31