summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* fixing some more logging issuesluke2006-03-064-7/+14
* Making some logging changes, and fixing a small bug in group management on mi...luke2006-03-063-10/+7
* Fixing yum listing bug, and caching the "latest" value so it is not asked for...luke2006-03-063-7/+19
* Committing the last changes, for now, to handling links. You still cannot co...luke2006-03-068-68/+137
* Adding "links" parameter to files, and adding support for following or ignori...luke2006-03-048-21/+68
* Switching from using "evaluate" to using "retrieve" when getting checksum val...luke2006-03-031-6/+13
* Fixing logging in the fileserver so it is always obvious where the logs are o...luke2006-03-033-38/+51
* fixing deprecation notice about services using "ensure" instead of "running"luke2006-03-031-2/+2
* removing extraneous debuggingluke2006-03-031-1/+0
* fixing the mode of the yaml fileluke2006-03-031-1/+3
* Supporting variables as the test value in both case statements and selectors.luke2006-03-034-220/+237
* 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
* 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-0211-47/+187
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-0218-297/+353
* Adding metadata to defaultsluke2006-03-012-18/+35
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-016-38/+38
* 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
* 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
* 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