summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
...
* Applying patch from #318.luke2006-10-181-0/+45
* Applying patch from #319.luke2006-10-181-2/+2
* Changing the realize() function to be just syntactic sugar for a collection -...luke2006-10-182-14/+35
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-183-528/+597
* Hacking cron so that it works even though I have changed ParsedType. The who...luke2006-10-181-3/+67
* Adding prefetch of providers to transactions. Nothing is using it yet. I wr...luke2006-10-181-0/+18
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-184-13/+13
* 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-172-5/+15
* sshkey now uses a providerluke2006-10-173-129/+116
* Ported mount over to using providersluke2006-10-177-273/+301
* Fixing ports to now use a providerluke2006-10-174-262/+250
* Working on migrating the parsedtypes to using providers for the parsing aspec...luke2006-10-175-377/+447
* First batch of fixes from running tests.luke2006-10-171-1/+2
* 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-171-36/+104
* Fixing gennode; it was not actually adding the class code to the generated node.luke2006-10-161-13/+19
* Making all test suites executable, adding some tests for handling changing fi...luke2006-10-163-167/+191
* Fixing #291 -- the problem was that instead of throwing an error on a missing...luke2006-10-163-13/+13
* Moving all of the configuration parameters out of puppet.rb into puppet/confi...luke2006-10-161-0/+168
* Adding the ability to have hooks for configuration parameters. This will sim...luke2006-10-161-0/+9
* 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
* Adding some documentation to the programmer's documentation introducing the c...ajax2006-10-141-1/+1
* I was stupidly creating an error but not raising it.luke2006-10-111-0/+1
* 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
* Fixing the problem reported by Adnet Ghislain where facts do not load on late...luke2006-10-091-12/+7
* 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
* Fixing #298 - refreshonly now correctly deals with specified false valuesluke2006-10-091-1/+6
* Fixing #305 -- logs now reopen when Puppet restarts, and there is also now an...luke2006-10-091-0/+5
* Fixing #309 -- files now correctly replace any number of slashes with a singl...luke2006-10-091-0/+4
* Fixing #310 -- users no longer autorequire their homedirs, and files now auto...luke2006-10-092-9/+16
* Refactoring reporting. Reports are now modules instead of simple methods.luke2006-10-076-197/+248
* Adding a "genmodule" equivalent to classgen, which we will use for reportingluke2006-10-071-53/+110
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-0617-213/+229
* Documented signals the puppet daemons acceptajax2006-10-051-1/+1
* Fixing the rrdgraph report so that it creates a separate rrd directory for ea...luke2006-10-053-36/+64
* Fixing weird case where the default node is in one node source and the real n...luke2006-10-051-8/+14
* Fixing ldap nodes -- they were always returning true because i was returning ...luke2006-10-051-1/+5
* Removing some left-over debuggingluke2006-10-041-4/+0
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-0446-3783/+3978
* Renaming logfacility to syslogfacility as recommended by lutter.luke2006-10-041-1/+1
* Adding configurability to the syslog facility, using the "logfacility" parame...luke2006-10-041-1/+6
* Messages will now be at current loglevel, regardless of whether the object pa...ajax2006-10-021-4/+2
* Added parameter 'withpath' to toggle printing of the object path.ajax2006-10-021-6/+15
* - New type Notify for sending client-side log messagesajax2006-09-292-0/+38