| Commit message (Expand) | Author | Age | Files | Lines |
* | Tracking down some weird bugs that managed to creep into the parser. I expec... | luke | 2006-08-28 | 9 | -266/+284 |
* | Committing some changes to the %h expansion in fileserving. This change make... | luke | 2006-08-28 | 4 | -115/+223 |
* | Committing the other half of the fix for #231; oops | luke | 2006-08-28 | 1 | -0/+20 |
* | Fixing #231. | luke | 2006-08-28 | 1 | -9/+19 |
* | Support for %h and %H replacement in the path of fileserver modules. | lutter | 2006-08-26 | 3 | -5/+176 |
* | Demoting the xmlrpc access logs to debug from info | luke | 2006-08-25 | 1 | -4/+4 |
* | Changing permissions on the cert file and the ca cert file, since it is no pr... | luke | 2006-08-25 | 1 | -2/+2 |
* | Try this; seems to work for machines with both ActiveSupport installed and no... | lutter | 2006-08-25 | 1 | -7/+0 |
* | Adding up2date support, as submitted by Kostas Georgiou (with some modificati... | luke | 2006-08-23 | 2 | -3/+60 |
* | Certificate revocation through puppetca. Keep a simple text inventory of all ... | lutter | 2006-08-23 | 5 | -9/+114 |
* | Committing definition inheritance. I have not yet written tests yet, but my ... | luke | 2006-08-22 | 14 | -277/+470 |
* | Adding "if/else" constructs. No operators, no elsif, but it is a good start,... | luke | 2006-08-22 | 10 | -1098/+879 |
* | Function autoloading now works as requested in #214. | luke | 2006-08-22 | 2 | -3/+46 |
* | Adding warnings and error throwing for #218 -- metaparams in prototypes are t... | luke | 2006-08-21 | 3 | -2/+55 |
* | adding faq item about ipv6 support | luke | 2006-08-21 | 1 | -0/+7 |
* | Accepting patch from #220, thus fixing the bug. | luke | 2006-08-21 | 1 | -0/+1 |
* | Fixing #225. Normal file copying worked with spaces, but recursive file copy... | luke | 2006-08-21 | 2 | -1/+23 |
* | Fixing #228. The real problem was that "present" should match any type of fi... | luke | 2006-08-21 | 2 | -4/+66 |
* | adding cookbook into to the docs index page | luke | 2006-08-21 | 1 | -0/+6 |
* | Support for certificate revocation and checking connections on the server aga... | lutter | 2006-08-21 | 4 | -58/+236 |
* | Adding a link to the cookbook | luke | 2006-08-21 | 2 | -4/+20 |
* | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 15 | -175/+354 |
* | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 19 | -109/+170 |
* | A first pass of changing one of the types of names to titles. I still have t... | luke | 2006-08-16 | 8 | -119/+335 |
* | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 82 | -2829/+4994 |
* | Committing changes that require dollar signs in prototypes | luke | 2006-08-14 | 4 | -195/+280 |
* | removing classing example, since it involves parameterized classes | luke | 2006-08-07 | 1 | -35/+0 |
* | Adding some documentation for the cfengine module | luke | 2006-08-06 | 2 | -1/+147 |
* | Fix problem when --fqdn is used | lutter | 2006-08-05 | 1 | -1/+1 |
* | documentation updates, pointing to the suse yum repository and specifically m... | luke | 2006-08-02 | 1 | -5/+24 |
* | Fix shebang lines in executables | lutter | 2006-08-01 | 1 | -1/+11 |
* | Added comments to stay in sync with the spec file checked into Fedora Extras CVS | lutter | 2006-08-01 | 1 | -0/+6 |
* | more ordering info | luke | 2006-07-31 | 2 | -0/+2 |
* | adding ordering information | luke | 2006-07-31 | 17 | -1/+18 |
* | fixing puppetdoc to add ordering info | luke | 2006-07-31 | 1 | -0/+2 |
* | Fixing the master server so that it always uses the Facter hostname, not the ... | luke | 2006-07-31 | 3 | -5/+44 |
* | updating links after a link validator | luke | 2006-07-31 | 8 | -19/+20 |
* | fixing faq links | luke | 2006-07-31 | 1 | -4/+4 |
* | adding DSL class. Sorry, not much in the way of docs. | luke | 2006-07-27 | 1 | -0/+152 |
* | fixing more doc links | luke | 2006-07-24 | 1 | -1/+1 |
* | doc updates | luke | 2006-07-23 | 4 | -1069/+1222 |
* | Updated to version 0.18.4 | luke | 2006-07-22 | 1 | -1/+1 |
* | Updated to version 0.18.4 | luke | 2006-07-22 | 1 | -1/+1 |
* | Updated to version 0.18.4 | luke | 2006-07-22 | 1 | -1/+1 |
* | updating changelog for 0.18.4 | luke | 2006-07-22 | 1 | -0/+4 |
* | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 2006-07-22 | 11 | -15/+23 |
* | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 8 | -43/+30 |
* | Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l... | luke | 2006-07-21 | 3 | -26/+181 |
* | Adding timeout functionality to the ParsedFile class, in preparation to addin... | luke | 2006-07-21 | 4 | -18/+69 |
* | Apparently objects were legal rvalues, which does not make any sense. Fixed ... | luke | 2006-07-21 | 3 | -302/+293 |