summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Committing the initial ldap support -- puppet can now look up node configurat...luke2006-02-143-6/+168
* Adding --enable/--disable locking for puppetd. You can now disable puppetd f...luke2006-02-141-2/+33
* Adding a general "check" mechanism to :exec, so it is now terribly easy to de...luke2006-02-132-70/+168
* 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-131-1/+1
* updating alias docs to pass ReST checksluke2006-02-131-10/+10
* updating changelog and docs for :aliasluke2006-02-132-17/+36
* Fixing some problems with cron tab management, and creating Puppet::Util.{u,g...luke2006-02-136-80/+123
* Fixing locking. It apparently was not working on OS X, and I was not syncron...luke2006-02-126-21/+135
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-107-45/+125
* Updated to version 0.13.0luke2006-02-081-1/+1
* Adding answerfile support to sun pkgs.luke2006-02-082-1/+18
* adding some documentationluke2006-02-081-1/+8
* removing errant warningluke2006-02-081-1/+0
* Fixing small problem where checksum retrieving did not look in the cache; thi...luke2006-02-083-49/+39
* Fixing the conflict between ensure and source. Ironically I had already made...luke2006-02-081-19/+32
* Checksums now get correctly updated for both the ensure and content state whe...luke2006-02-085-8/+23