summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Adding a NetInfo provider for hosts. Yay!luke2006-11-136-69/+154
* Hosts now work again, and it should be straightforward to create a netinfo pr...luke2006-11-1310-183/+226
* Ports are still broken, but I need to work on something else while I am think...luke2006-11-1312-170/+12379
* adding a comment to namespaceauth.confluke2006-11-121-0/+3
* adding up-to-date example configsluke2006-11-125-11/+40
* Trying to get a netinfo provider for mounts working, but i give up. I am lea...luke2006-11-129-40/+177
* Mounts work again, at least with the parsedfile provider. I still need to cr...luke2006-11-1213-322/+698
* Doing some refactoring in how state values are set. The primary motivation w...luke2006-11-113-85/+242
* Fixing the state class so that blocks are optional for values. This is usefu...luke2006-11-112-32/+103
* An intermediate commit. All of the classes that use parsedfile are assuredly...luke2006-11-1112-150/+702
* Adding module for parsing files. This module is only included into the parse...luke2006-11-102-0/+565
* Fix silly regexp mistake where lines with values containing '=' were parsed i...lutter2006-11-102-3/+3
* Fixing some warningsluke2006-11-106-17/+21
* Mostly small changes toward 0.20.1luke2006-11-104-10/+11
* Fixing #324. Mkusers was not specifically ignoring the root user, and it is ...luke2006-11-092-0/+45
* Updating docs with correct links for the doc restructuring, as mentioned in #...luke2006-11-099-30/+21
* Fixing #326 -- parseonly now just creates a simple Master without opening a portluke2006-11-093-11/+19
* fixing #327; debian packages now correctly register their "latest" statusluke2006-11-093-3/+5
* Adding a simple report that just duplicates client logs onto the serverluke2006-11-091-0/+13
* Slightly more doc updatesluke2006-11-093-133/+2
* More doc updates -- I moved the doc headers into separate files, rather than ...luke2006-11-099-33/+191
* Small fixes here and there. The rails changes needs to be pushed through the...luke2006-11-098-25/+149
* Updating docsluke2006-11-098-65/+135
* Refactoring the doc generator a bigluke2006-11-091-32/+17
* Updating documentationluke2006-11-098-47/+214
* Fixing rrdgraph report (as marked in #334); also, expanding the docs on all o...luke2006-11-095-49/+195
* The new rails files.shadoi2006-11-0916-92/+266
* Rails stuff part 1shadoi2006-11-099-83/+117
* Fixing some sticky problems with checksums when just using the "check" metapa...luke2006-11-085-22/+70
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-0854-627/+900
* Syncing up with FE repo specfile (only mandatory changelog entries)lutter2006-10-231-0/+9
* Making some documentation changesluke2006-10-234-34/+275
* Fixing some Class.to_s handlingluke2006-10-202-8/+3
* Mostly rewrote intro docluke2006-10-202-162/+228
* Updated to version 0.20.0luke2006-10-181-1/+1
* Updated to version 0.20.0luke2006-10-181-1/+1
* Updated to version 0.20.0luke2006-10-181-1/+1
* Updating changelog for 0.20luke2006-10-181-0/+13
* Another round of bugfixing, including finding out that the tagmail report was...luke2006-10-185-11/+18
* A round of bug-fixing on OS Xluke2006-10-182-3/+8
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-186-28/+461
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-1810-48/+81
* 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-184-16/+91
* adding docs for virtual resourcesluke2006-10-182-0/+145
* Adding a "realize" function that can be used to make one or more resource non...luke2006-10-186-528/+651
* 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-182-0/+56
* Fixing virtual object collection. I apparently broke it when I added rails c...luke2006-10-188-19/+44