summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-144-6/+254
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-143-2/+139
* Adding a general "check" mechanism to :exec, so it is now terribly easy to de...luke2006-02-133-71/+213
* Adding --loadclasses option to puppetluke2006-02-131-0/+29
* Correcting some path problems with symlink, and changing "target" state to "e...luke2006-02-131-3/+3
* Fixing :target reference in pfile.rbluke2006-02-131-1/+1
* Correcting some path problems with symlink, and changing "target" state to "e...luke2006-02-131-18/+29
* Updated to version 0.13.1luke2006-02-132-3/+3
* updating alias docs to pass ReST checksluke2006-02-131-10/+10
* updating changelog and docs for :aliasluke2006-02-134-19/+41
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-137-80/+164