summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-018-137/+121
* Intermediate commit; setdefaults now accepts both hashes and arraysluke2006-03-012-43/+117
* Fixing user and group management in the config handling.luke2006-02-282-19/+47
* adding a connect log to the master serverluke2006-02-281-2/+2
* Fixing #70. We now have user and group management on FreeBSD.luke2006-02-286-2/+106
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-287-157/+319
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-272-2/+26
* Fixing bug #73; node names now appear only once in the pathluke2006-02-274-10/+34
* Fixing bug #75, providing support for unnecessary end commas.luke2006-02-273-118/+141
* Removing all of the autoname codeluke2006-02-275-37/+4
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-2732-225/+398
* Switching setclass to use object_ids instead of class names, and adding some ...luke2006-02-272-8/+12
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-277-97/+196
* Adding some debugging to list the states being changed when in debug modeluke2006-02-251-2/+13
* Fixing nodes so that their paths are printed correctlyluke2006-02-251-2/+3
* Removing timestamp debuggingluke2006-02-251-2/+0
* Fixing output when user/group are not foundluke2006-02-251-1/+13
* Adding TERM to the signals being trappedluke2006-02-244-7/+41
* Fixing bug #72, where trailing slashes break file sourcingluke2006-02-242-0/+5
* adding commas to each lineluke2006-02-241-1/+1
* removing the initial syslog dest settingluke2006-02-241-1/+1
* Updated to version 0.13.5luke2006-02-242-2/+2
* adding changelog for 0.13.5luke2006-02-241-0/+4
* Adding redhat service type, to support enabling and disabling a serviceluke2006-02-245-82/+229
* Fixing package types so you can specify the package type manually in a manifestluke2006-02-242-1/+14
* removing extra error statementluke2006-02-231-6/+1
* adding passwd converterluke2006-02-231-0/+45
* Updated to version 0.13.4luke2006-02-232-3/+3
* updating changelog for 0.13.4luke2006-02-231-0/+3
* updatesluke2006-02-231-3/+3
* Adding a bit more loggingluke2006-02-232-1/+3
* Fixing bug when creating containers with parentsluke2006-02-231-2/+4
* Generate an error if the pattern for an import statement matches no file.lutter2006-02-233-22/+47
* Properly figure out when updates are available. Previously, packages would ne...lutter2006-02-221-11/+5
* Incorporate initial feedback from FE reviewlutter2006-02-221-6/+9
* Fix failure of test_importglobbing in test/parser/parser.rblutter2006-02-222-24/+44
* Enable passing --parseonly from the command linelutter2006-02-211-2/+1
* Adding single-quote syntactical elementluke2006-02-167-346/+407
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-1630-117/+190
* Removed some of the autorequire stuff from :exec because it created untenable...luke2006-02-164-5/+45
* Duh, removing some debuggingluke2006-02-161-2/+0
* Adding logoutput parameter to :execluke2006-02-162-4/+49
* Fixing symbolic naming bug where symbolic names were being ignored in some casesluke2006-02-161-0/+3
* Updated to version 0.13.2luke2006-02-152-2/+2
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ...luke2006-02-159-20/+42
* Tracked down a few other bugs; everything now passes on debian in preparation...luke2006-02-1511-60/+191
* Changing "answerfile" to "adminfile", adding "responsefile", and autorequirin...luke2006-02-152-10/+38
* Fixing users so that they can use a group created by Puppet, and they also no...luke2006-02-159-84/+186
* Fixing the order of arguments when using admin files with sun packagesluke2006-02-151-2/+3
* Some important bug fixes in the parsedtypes types; this all started from the ...luke2006-02-1513-216/+388