summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-303-266/+297
* Fixing #462. The package sort order was always resulting in the lowest-versi...luke2007-01-303-1/+4
* Applying patch in #465.luke2007-01-301-1/+1
* fixing #427. Facts now timeout, both in loading and downloadingluke2007-01-301-21/+25
* splitting the tagmail report into multiple methods and adding test codeluke2007-01-305-46/+179
* Not creating the listening server at all if --onetime is enabled.luke2007-01-301-5/+3
* Fixing #440, albeit with a slightly hackish fix.luke2007-01-301-0/+15
* Moving code from external sources into an external/ directoryluke2007-01-3033-39/+39
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-302-4/+7
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-305-12/+69
* Fixing the warning message related to namespaceauth.confluke2007-01-291-1/+1
* Fixing a problem that occurs when puppetd starts with an up-to-date configura...luke2007-01-292-9/+44
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-297-76/+80
* pointing documentation to the wiki nowajax2007-01-291-1/+1
* Fixing #438.luke2007-01-292-3/+25
* Fixing #444. I was losing the list of sources when creating new children.luke2007-01-292-1/+34
* A couple small bug-fixesluke2007-01-293-2/+7
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-297-24/+43
* Fixing info around newtype optionsluke2007-01-292-3/+3
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-286-8/+100
* Adding a "self_refresh" option, so resources can refresh themselves if they h...luke2007-01-283-1/+27
* Fixing #454.luke2007-01-282-1/+24
* Fixing #441.luke2007-01-282-4/+54
* Fixing #431. Collection was always returning an array, even when only a sing...luke2007-01-282-23/+35
* Changing how transactions check whether a resource is being deleted. This is...luke2007-01-282-3/+8
* Fixing #455. A simple fix, fortunately.luke2007-01-272-2/+11
* hooajax2007-01-271-0/+514
* Updating reference docsluke2007-01-275-27/+32
* Fixing documentation references to refer to the wikiluke2007-01-263-3/+4
* Fixing #442. You can now do: defined(File[...]) to see if a resource is defi...luke2007-01-262-7/+32
* Fixing #434.luke2007-01-262-0/+12
* Fixing #423. Configurations now default to timing out after 30 seconds (tuna...luke2007-01-261-1/+27
* Fixing #418. The problem was that multiple objects might include Daemon, whi...luke2007-01-261-1/+4
* Using Time instead of Time.to_i for compile time, because some versions of ru...luke2007-01-261-4/+3
* adding client name to processing lineluke2007-01-261-1/+1
* Fixing #445. Nodes can now inherit from default.luke2007-01-263-241/+257
* changing selector error messageluke2007-01-261-1/+1
* reworking the selector case-insensitivity testluke2007-01-261-23/+29
* Removing an extraneous debug message, and fixing the case where the server co...luke2007-01-261-3/+4
* Applying patch from #457, as submitted by Jeff McCune.luke2007-01-251-23/+47
* making yum the default packager for centosluke2007-01-241-1/+1
* Wrapping the resource generation methods in begin/rescue blocks so that failu...luke2007-01-232-2/+32
* Fixing error-catching in resources.rbluke2007-01-231-1/+1
* Updating changelog for 0.22, which fixes #429.luke2007-01-231-0/+24
* Fixing #415. Configuration parsing now removes trailing whitespace.luke2007-01-232-1/+13
* Fixing #424. The configuration compile time is now cached in the yaml cache ...luke2007-01-235-18/+87
* Fixing rundir so that it does not throw an error when not running as rootluke2007-01-231-4/+10
* Fixing #437. Transactions now check whether graphs are cyclic, with a somewh...luke2007-01-234-0/+54
* Fixing #436. Also finally renamed pfile/uid.rb to match the state name.luke2007-01-233-22/+28
* Fixing #421 by changing the rundir to /var/puppet/run.luke2007-01-231-5/+1