summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* Okay, last file moves for the night. The test code has been moved to match t...luke2007-02-084-4/+5
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-0843-892/+831
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-0753-1523/+1509
* Adding a libdir setting for puppet, so you can store your modifications to pu...luke2007-02-072-0/+22
* Adding a parameter to allow you to override how an exec refreshes itself.luke2007-02-071-4/+22
* Changing exec so that the checks apply to whether an exec is refreshed.luke2007-02-071-1/+3
* Disabling the netinfo mount providerluke2007-02-071-31/+31
* Merging the state-rename branch. This includes the diff from version 2156 to...luke2007-02-0752-1173/+1061
* Removing the default value for :ensure on mounts.luke2007-02-061-8/+0
* Fixing exec so it actually works when path is specified as an arrayluke2007-02-011-1/+1
* Fixing #470, I think. I basically just threw away the validation and let sui...luke2007-02-011-39/+6
* Fixing executable tests to take new rundir into accountluke2007-02-011-1/+2
* Fixing selector tests to get rid of a lame hash ordering bug in the tests.luke2007-02-011-0/+1
* Fixing autogen so it passes on non-Darwin systems.luke2007-02-012-7/+19
* Fixing a purging bug introduced by [2138]. I had to move the purge check to ...luke2007-02-012-7/+19
* Deleting the file even if a source is specified, as mentioned by Robert Nickel.luke2007-02-011-1/+3
* Renaming "pelement" to "resource". The old name is a holdover from before we...luke2007-01-314-11/+11
* Fixing Files to work with the Resource server. Basically I just remove the "...luke2007-01-311-0/+11
* Fixing rundir so that it is only set to be in /var if the process is named pu...luke2007-01-311-1/+3
* Removing all remnants of the old symlink typeluke2007-01-313-55/+8
* Revert 2125, and instead change the way the 'latest' version is selected from...mpalmer2007-01-312-6/+4
* Providing a partial fix for #428. Resources can now be deleted as long as al...luke2007-01-301-2/+3
* Partially fixing #460, take 3 -- fully-qualified classes can now be included.luke2007-01-302-474/+487
* Partially fixing #460, take 2 -- fully-qualified definitions can now be used.luke2007-01-302-404/+390
* Partially fixing #460 -- fully-qualified class names can be used as parent cl...luke2007-01-302-266/+289
* Fixing #462. The package sort order was always resulting in the lowest-versi...luke2007-01-301-0/+3
* 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-302-46/+69
* Fixing #440, albeit with a slightly hackish fix.luke2007-01-301-0/+15
* Moving code from external sources into an external/ directoryluke2007-01-3032-38/+38
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-301-0/+2
* Fixing #433. I basically just added checks to all the places where I add edg...luke2007-01-304-12/+36
* Fixing a problem that occurs when puppetd starts with an up-to-date configura...luke2007-01-291-6/+11
* Fixing #463. I redid all the autogen stuff so it can handle autogenerating s...luke2007-01-295-76/+43
* Fixing #438.luke2007-01-291-3/+9
* Fixing #444. I was losing the list of sources when creating new children.luke2007-01-291-1/+10
* A couple small bug-fixesluke2007-01-292-1/+6
* Doing more work on #113. Mostly, just making sure remounts do not happen spu...luke2007-01-295-19/+23
* Fixing info around newtype optionsluke2007-01-291-1/+1
* Fixing #113. I added support in the transaction for self-refreshing, which j...luke2007-01-284-4/+51
* Adding a "self_refresh" option, so resources can refresh themselves if they h...luke2007-01-282-1/+15
* Fixing #454.luke2007-01-281-1/+1
* Fixing #441.luke2007-01-281-4/+2
* Fixing #431. Collection was always returning an array, even when only a sing...luke2007-01-281-0/+3
* 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-271-2/+2
* 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-261-7/+21
* Fixing #434.luke2007-01-261-0/+4