summaryrefslogtreecommitdiffstats
path: root/lib/puppet
Commit message (Expand)AuthorAgeFilesLines
* There is now full support for configuration files, and the entire system has ...luke2006-02-0711-142/+337
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-077-152/+220
* Committing both the finalization of the config code, plus all of the code nec...luke2006-02-0711-57/+241
* Fix snippet_componentmetaparams testlutter2006-02-071-1/+1
* Temporary commit; configs now can be converted to manifestsluke2006-02-071-1/+68
* Config files now seem to work, so I am ready to start incorporating them.luke2006-02-071-45/+164
* a couple small changes; the most significant is the addition of a class-level...luke2006-02-063-25/+69
* Fixing a significant performance bug in file recursion, and trying to help pe...luke2006-01-318-40/+59
* Fixing class storage -- it was not working for nodescopesluke2006-01-304-17/+22
* Caching Time objects instead of numbers, since Bignum does not seem to be YAM...luke2006-01-302-3/+2
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-303-1/+18
* RPM release is almost entirely there, it just needs to be integrated into rel...luke2006-01-253-2/+54
* Fixing some logging issuesluke2006-01-243-6/+16
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-2427-1161/+2187
* Committing most of the scheduling stuff. There is still a bit of work to do ...luke2006-01-239-161/+745
* Modifying docs, and adding scheduling hooksluke2006-01-208-12/+28
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-184-39/+151
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-1838-269/+380
* Fixing most types to allow no statementsluke2006-01-182-210/+358
* Adding openbsd packaging supportluke2006-01-173-9/+93
* Fixing problems where objects were passing @parameters[:param] objects, inste...luke2006-01-174-16/+26
* Adding an "ensure" state where appropriate, and significantly reworking the b...luke2006-01-1728-322/+681
* Added "ensure" state to some classes, and added infrastructure for it to work...luke2006-01-1623-246/+609
* Adding sshkey class plus tests, and adding "aggregatable" methods to type.rbluke2006-01-142-0/+144
* Adding another host to the test lists, adding some test data, and modifying h...luke2006-01-141-5/+27
* Adding a bit better logging and checking to file accessluke2006-01-142-12/+14
* Moving ast classes into separate filesluke2006-01-1318-1442/+1496
* Added "finish" method, using it in Type.finalize, and moved autorequire and s...luke2006-01-132-7/+39
* Changing host and port aliases to also create Puppet aliases. This involved ...luke2006-01-133-26/+51
* Fixing up the parsedtypes, fixing Type.eachtype to ignore structure typesluke2006-01-137-61/+83
* Adding /etc/services supportluke2006-01-132-2/+215
* finalizing cron and host management, hopefullyluke2006-01-137-673/+36
* Abstracting host support so it should easily support other typesluke2006-01-131-0/+190
* Abstracting host support so it should easily support other typesluke2006-01-135-330/+263
* Adding initial host support. I can promise that this will soon (hopefully al...luke2006-01-122-4/+311
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-1210-60/+230
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-126-17/+16
* Adding "content" state to files, and string interpolation handles escaped whi...luke2006-01-123-1/+54
* Services now work at least somewhat on solaris 10, and service testing is pre...luke2006-01-122-13/+43
* Fixing dependencies to not depend on file order. Added Puppet::Type.{finaliz...luke2006-01-123-19/+129
* Fixing documentation generation, and fixing aliasing so that objects can safe...luke2006-01-121-4/+16
* Adding "alias" metaparam; you can now create as many aliases as you want for ...luke2006-01-121-6/+23
* Adding autorequire to files, and added the cwd to the list of files to be req...luke2006-01-123-2/+30
* Adding generic autorequire mechanism, and thus removing it from execluke2006-01-112-14/+40
* Adding a requires? method to types, fixed the bug where exec fail when Puppet...luke2006-01-112-18/+52
* Adding Sun support and fixing the last remaining bugs related to the daemon c...luke2006-01-118-389/+464
* Supporting puppetmasterd running as a non-root user, and doing some basic mes...luke2006-01-109-55/+55
* Fixing init path defaultluke2006-01-101-3/+3
* Updating Puppet to work with the new Facterluke2006-01-094-24/+26
* All tests pass now, although the lack of service support on os x means that i...luke2006-01-095-13/+35