summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Only setting group or owner on config files when running as rootluke2006-03-031-3/+8
* logging config changes at debug, instead of the normal log levelluke2006-03-032-1/+5
* Definitions now always create their own context, which means that they cannot...luke2006-03-032-15/+5
* upgrading to warning the message about using a cached copyluke2006-03-021-1/+1
* Updated to version 0.13.6luke2006-03-021-1/+1
* Fixing tests so they do not chmod /dev/null to 640 (stupid tests).luke2006-03-023-2/+4
* Fixing #68. After tons and tons and tons of work, everything successfully co...luke2006-03-0212-49/+188
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-0219-311/+372
* Adding metadata to defaultsluke2006-03-013-52/+103
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-017-115/+71
* Intermediate commit; setdefaults now accepts both hashes and arraysluke2006-03-011-43/+93
* Fixing user and group management in the config handling.luke2006-02-281-18/+22
* 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-285-2/+103
* Fixing bug #60. Converting nodes to use types everywhere instead of names, a...luke2006-02-284-147/+276
* Fixing #64; multiple class definitions in the same scope is now an error, alt...luke2006-02-271-1/+7
* Fixing bug #73; node names now appear only once in the pathluke2006-02-273-6/+20
* Fixing bug #75, providing support for unnecessary end commas.luke2006-02-272-118/+128
* Removing all of the autoname codeluke2006-02-275-37/+4
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-2724-180/+344
* 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-274-90/+75
* 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
* Fixing bug #72, where trailing slashes break file sourcingluke2006-02-242-0/+5
* Updated to version 0.13.5luke2006-02-241-1/+1
* Adding redhat service type, to support enabling and disabling a serviceluke2006-02-244-67/+159
* Fixing package types so you can specify the package type manually in a manifestluke2006-02-241-1/+5
* removing extra error statementluke2006-02-231-6/+1
* Updated to version 0.13.4luke2006-02-231-1/+1
* Adding a bit more loggingluke2006-02-231-1/+2
* 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-232-22/+32
* Properly figure out when updates are available. Previously, packages would ne...lutter2006-02-221-11/+5
* Fix failure of test_importglobbing in test/parser/parser.rblutter2006-02-222-24/+44
* Adding single-quote syntactical elementluke2006-02-164-342/+372
* Changing transactions to be one-stage instead of two, and changing most of th...luke2006-02-1626-113/+161
* Removed some of the autorequire stuff from :exec because it created untenable...luke2006-02-163-3/+10
* Duh, removing some debuggingluke2006-02-161-2/+0
* Adding logoutput parameter to :execluke2006-02-161-4/+21
* Fixing symbolic naming bug where symbolic names were being ignored in some casesluke2006-02-161-0/+3
* Updated to version 0.13.2luke2006-02-151-1/+1
* Changed the parsedtype definition of exists(), and fixed a few smaller bugs. ...luke2006-02-154-13/+11
* Tracked down a few other bugs; everything now passes on debian in preparation...luke2006-02-156-57/+65
* 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-157-82/+132
* 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-159-205/+218