summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Doing some refactoring in how state values are set. The primary motivation w...luke2006-11-112-72/+113
* Fixing the state class so that blocks are optional for values. This is usefu...luke2006-11-111-29/+51
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-119-150/+257
* Adding module for parsing files. This module is only included into the parse...luke2006-11-101-0/+200
* Fix silly regexp mistake where lines with values containing '=' were parsed i...lutter2006-11-101-1/+1
* Fixing some warningsluke2006-11-105-17/+11
* Mostly small changes toward 0.20.1luke2006-11-101-1/+1
* Fixing #324. Mkusers was not specifically ignoring the root user, and it is ...luke2006-11-091-0/+3
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-092-6/+6
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-092-3/+3
* Adding a simple report that just duplicates client logs onto the serverluke2006-11-091-0/+13
* Slightly more doc updatesluke2006-11-092-28/+2
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-096-22/+146
* Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o...luke2006-11-094-48/+178
* The new rails files.shadoi2006-11-0916-92/+266
* Rails stuff part 1shadoi2006-11-095-45/+76
* Fixing some sticky problems with checksums when just using the "check" metapa...luke2006-11-084-19/+40
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-0829-340/+423
* Fixing some Class.to_s handlingluke2006-10-202-8/+3
* Updated to version 0.20.0luke2006-10-181-1/+1
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-183-9/+14
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-182-22/+241
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-184-36/+41
* 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-164-19/+19
* Moving all of the configuration parameters out of puppet.rb into puppet/confi...luke2006-10-162-156/+170
* 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