summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adding some documentation for the cfengine moduleluke2006-08-062-1/+147
* Fix problem when --fqdn is usedlutter2006-08-051-1/+1
* documentation updates, pointing to the suse yum repository and specifically m...luke2006-08-021-5/+24
* Fix shebang lines in executableslutter2006-08-011-1/+11
* Added comments to stay in sync with the spec file checked into Fedora Extras CVSlutter2006-08-011-0/+6
* more ordering infoluke2006-07-312-0/+2
* adding ordering informationluke2006-07-3117-1/+18
* fixing puppetdoc to add ordering infoluke2006-07-311-0/+2
* Fixing the master server so that it always uses the Facter hostname, not the ...luke2006-07-313-5/+44
* updating links after a link validatorluke2006-07-318-19/+20
* fixing faq linksluke2006-07-311-4/+4
* adding DSL class. Sorry, not much in the way of docs.luke2006-07-271-0/+152
* fixing more doc linksluke2006-07-241-1/+1
* doc updatesluke2006-07-234-1069/+1222
* Updated to version 0.18.4luke2006-07-221-1/+1
* Updated to version 0.18.4luke2006-07-221-1/+1
* Updated to version 0.18.4luke2006-07-221-1/+1
* updating changelog for 0.18.4luke2006-07-221-0/+4
* Another batch of bug fixes, this time focused on OS X patches. Looks like I ...luke2006-07-2211-15/+23
* First round of bugfixes in preparation for 0.18.4luke2006-07-218-43/+30
* Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l...luke2006-07-213-26/+181
* Adding timeout functionality to the ParsedFile class, in preparation to addin...luke2006-07-214-18/+69
* Apparently objects were legal rvalues, which does not make any sense. Fixed ...luke2006-07-213-302/+293