summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* downgrading the template interpolation messageluke2006-08-301-1/+1
* Adding back in the code to change the euid. I removed this yesterday because...luke2006-08-291-0/+1
* Adding automatic stacktrace printing to deverror. I need to go through and r...luke2006-08-292-6/+16
* disabling chuser on os x, since it is broken with < ruby 1.8.5luke2006-08-291-4/+12
* fixing provider commands; I broke them when making them easier to documentluke2006-08-291-0/+2
* Skipping blank lines and comments in autosign.confluke2006-08-291-0/+2
* Fixing report lookup so it looks up by name, not methodluke2006-08-291-1/+1
* Changing autosign mode to 644luke2006-08-291-1/+1
* Fixing tagmail config processing so it fails when appropriateluke2006-08-291-3/+11
* Fixing reports error reportingluke2006-08-281-2/+0
* Fixing location of ca certluke2006-08-281-1/+1
* Fixing report autoloading; I was calling the wrong method, and they were neve...luke2006-08-282-27/+65
* Upgrading Triggering line from info to noticeluke2006-08-281-1/+1
* Adding a module specifically for making doc generation easier, and adding def...luke2006-08-287-973/+1171
* Last commit of puppet docs for the nightluke2006-08-283-1334/+1182
* Modifying providers so that docs generate betterluke2006-08-2811-59/+72
* Adding provider docs for required binariesluke2006-08-281-22/+22
* Updating generated docsluke2006-08-282-29/+142
* Adding pointer to templating docs into the file[content] documentationluke2006-08-281-6/+6
* adding notice that "$" is now required in definition prototypesluke2006-08-281-1/+3
* adding first draft of templating docluke2006-08-281-0/+85
* Adding a "configprint" option for printing out the local config stateluke2006-08-281-0/+28
* Adding a little more validation to the schedule, and documenting the source s...luke2006-08-282-1/+26
* Tracking down some weird bugs that managed to creep into the parser. I expec...luke2006-08-289-266/+284
* Committing some changes to the %h expansion in fileserving. This change make...luke2006-08-284-115/+223
* Committing the other half of the fix for #231; oopsluke2006-08-281-0/+20
* Fixing #231.luke2006-08-281-9/+19
* Support for %h and %H replacement in the path of fileserver modules.lutter2006-08-263-5/+176
* Demoting the xmlrpc access logs to debug from infoluke2006-08-251-4/+4
* Changing permissions on the cert file and the ca cert file, since it is no pr...luke2006-08-251-2/+2
* Try this; seems to work for machines with both ActiveSupport installed and no...lutter2006-08-251-7/+0
* Adding up2date support, as submitted by Kostas Georgiou (with some modificati...luke2006-08-232-3/+60
* Certificate revocation through puppetca. Keep a simple text inventory of all ...lutter2006-08-235-9/+114
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-2214-277/+470
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-2210-1098/+879
* Function autoloading now works as requested in #214.luke2006-08-222-3/+46
* Adding warnings and error throwing for #218 -- metaparams in prototypes are t...luke2006-08-213-2/+55
* adding faq item about ipv6 supportluke2006-08-211-0/+7
* Accepting patch from #220, thus fixing the bug.luke2006-08-211-0/+1
* Fixing #225. Normal file copying worked with spaces, but recursive file copy...luke2006-08-212-1/+23
* Fixing #228. The real problem was that "present" should match any type of fi...luke2006-08-212-4/+66
* adding cookbook into to the docs index pageluke2006-08-211-0/+6
* Support for certificate revocation and checking connections on the server aga...lutter2006-08-214-58/+236
* Adding a link to the cookbookluke2006-08-212-4/+20
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-2015-175/+354
* Finishing changes to support titles instead of two types of names. This is b...luke2006-08-1719-109/+170
* A first pass of changing one of the types of names to titles. I still have t...luke2006-08-168-119/+335
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-1482-2829/+4994
* Committing changes that require dollar signs in prototypesluke2006-08-144-195/+280
* removing classing example, since it involves parameterized classesluke2006-08-071-35/+0