summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Actually commit the changes to lib/puppet that were supposed to be part of [2...mpalmer2007-02-264-9/+25
* Fix #516, 'Cached manifests get unescaped twice'mpalmer2007-02-231-6/+6
* Fixing #472. Apparently this has been broken since I did the parser redesign...luke2007-02-223-6/+27
* Fixing #505, #508, and #513.luke2007-02-222-17/+34
* Allow 'key=' to be the only thing on a line (livna uses this)lutter2007-02-211-1/+1
* I believe this fixes the issues in ticket #469shadoi2007-02-211-0/+1
* Applying patch from #495.luke2007-02-201-14/+14
* Removing extraneous debuggingluke2007-02-182-6/+1
* Fixing a problem in collecting exported resources. Virtual resources worked ...luke2007-02-182-3/+15
* Fixing the default dbadapter back to sqlite3luke2007-02-171-1/+1
* Applying patch from #510 by curzonj. Note that the right solution to this pr...luke2007-02-171-4/+4
* Re-add the filesshadoi2007-02-174-0/+45
* Undo the param_name param_value mergeshadoi2007-02-176-51/+46
* Renamed Puppet.name to Puppet.execname so rails 1.2 doesn't freak outshadoi2007-02-171-5/+5
* Changing date to datetime in the databaseluke2007-02-161-11/+11
* Trying to fix problem of locks lying aroundluke2007-02-161-0/+4
* Adding hook to update timestamp when a report is runluke2007-02-161-0/+13
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-164-6/+6
* Update relationshipsshadoi2007-02-165-25/+13
* Revamping collections to get what is hopefully more reasonable behaviour when...luke2007-02-162-24/+54
* This works for me. Probably not the most universal fix.shadoi2007-02-151-0/+4
* Apparently using "gem" requires an environment we don't have.shadoi2007-02-151-1/+1
* Merge fact_names & fact_values, and param_names & param_values.shadoi2007-02-1511-49/+30
* Fixing features to use the new feature locationluke2007-02-153-4/+4
* Applying patch from #502 by Joseluke2007-02-151-1/+1
* Applying patch by Jeff McCune from #496luke2007-02-121-26/+20
* Applying patch from #474 by David Schmitt.luke2007-02-111-1/+4
* Fixing #493.luke2007-02-111-1/+0
* Applying doc patch from #494.luke2007-02-113-5/+17
* Fixing #484. Moving unit tests at the same time.luke2007-02-081-1/+8
* 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