summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fixing doc generation for objects w/out their own docsluke2006-10-171-1/+5
* Fixing a bug that only occurred if a defined resource was already defined in ...luke2006-10-173-5/+29
* sshkey now uses a providerluke2006-10-177-187/+186
* Ported mount over to using providersluke2006-10-1711-482/+622
* Fixing ports to now use a providerluke2006-10-176-349/+337
* Working on migrating the parsedtypes to using providers for the parsing aspec...luke2006-10-1710-446/+779
* Fixing puppetmodule to use env to find rubyluke2006-10-171-1/+1
* First batch of fixes from running tests.luke2006-10-177-23/+27
* Fixing sbindir path, thus fixing #302.luke2006-10-171-1/+1
* Switching from calling "up" on the migration directly to using the "migrate" ...luke2006-10-172-3/+15
* Rewriting nearly all of the tests for the tidy type, and redoing the internal...luke2006-10-172-58/+238
* Fixing the test scripts so that the library pathluke2006-10-1690-92/+271
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-162-19/+59
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-1641-13/+69
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-1611-0/+22
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-164-0/+8
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-165-0/+10
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-1624-0/+48
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-1638-167/+312
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-165-19/+21
* Moving all of the configuration parameters out of puppet.rb into puppet/confi...luke2006-10-163-156/+185
* Adding the ability to have hooks for configuration parameters. This will sim...luke2006-10-162-1/+64
* correcting warning about spaces before parensluke2006-10-161-1/+1
* Adding patch from Jeff McCune, #317luke2006-10-164-0/+578
* adding explicit load of ast/branch to its subclassesluke2006-10-153-0/+6
* Format tweak for fact tutorial.ajax2006-10-141-12/+11
* Adding a summary of using facter and using imported facter facts with puppet.ajax2006-10-141-0/+20
* Adding some documentation to the programmer's documentation introducing the c...ajax2006-10-141-1/+1
* Adding some documentation to the programmer's documentation introducing the c...ajax2006-10-142-1/+52
* New documentation hierarchy: fixing indexes.ajax2006-10-126-19/+18
* New documentation hierarchy: fixing indexes.ajax2006-10-122-7/+8
* New documentation hierarchy: fixing indexes.ajax2006-10-127-23/+37
* New documentation hierarchy: adding indexes.ajax2006-10-127-0/+105
* New documentation hierarchy.ajax2006-10-1221-37/+43
* New documentation hierarchy.ajax2006-10-121-2/+2
* I was stupidly creating an error but not raising it.luke2006-10-112-0/+21
* Moving methods around so they are alphabeticalluke2006-10-111-34/+34
* Committing the metatype branch -- this is just splitting the type.rb code int...luke2006-10-1013-2268/+2350
* Catching missing ldap correctly in puppetrunluke2006-10-101-1/+1
* Fixing the problem reported by Adnet Ghislain where facts do not load on late...luke2006-10-093-14/+26
* Fixing code from [1754] -- I stupidly did not even do a parse check, and I ha...luke2006-10-092-29/+9
* Applying patch from #234 from David Schmitt. This is also untested, and the ...luke2006-10-092-1/+43
* Adding modified patch from #256 -- apt now uses "responsefile" for the presee...luke2006-10-092-1/+18
* Adding patch from #308.luke2006-10-091-0/+11
* Fixing #298 - refreshonly now correctly deals with specified false valuesluke2006-10-092-2/+25
* Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an...luke2006-10-093-0/+56
* Fixing #309 -- files now correctly replace any number of slashes with a singl...luke2006-10-092-0/+19
* Fixing #301 -- s/logfile/logdest/gluke2006-10-091-4/+8
* Fixing #310 -- users no longer autorequire their homedirs, and files now auto...luke2006-10-094-10/+49
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-0710-277/+431