| Commit message (Expand) | Author | Age | Files | Lines |
| * | Catching all errors encountered during loading, not just LoadError, to fix on... | luke | 2006-09-14 | 6 | -7/+7 |
| * | Let puppetd listen (when given --listen) without a CRL | lutter | 2006-09-14 | 3 | -1/+17 |
| * | Brute force fix for trac #266 | lutter | 2006-09-14 | 1 | -1/+5 |
| * | Fix test_host_specific to not depend on the path of the test directory and re... | lutter | 2006-09-14 | 1 | -8/+14 |
| * | Expanding the Fedora/RHEL instructions some | lutter | 2006-09-14 | 1 | -3/+6 |
| * | adding note about david's yum repo | luke | 2006-09-14 | 1 | -1/+3 |
| * | Fixing the problem with fileserver expansions, and doing a bit of refactoring... | luke | 2006-09-14 | 2 | -156/+194 |
| * | Fixing the interpreter to nodesearch across all listed names, just like is do... | luke | 2006-09-13 | 3 | -12/+46 |
| * | fixing typo | luke | 2006-09-13 | 1 | -1/+1 |
| * | adding gentoo notes | luke | 2006-09-13 | 1 | -0/+9 |
| * | Adding a :trace config option that prints stack traces of DevErrors, and usin... | luke | 2006-09-13 | 2 | -1/+2 |
| * | Adding test code for providers that makes sure the default and confine mechan... | luke | 2006-09-13 | 2 | -22/+159 |
| * | Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t... | lutter | 2006-09-13 | 4 | -8/+92 |
| * | Use Pupet.warning instead of nonexistant 'warning' | lutter | 2006-09-13 | 1 | -1/+1 |
| * | Fixing #261. Applied patch, with small modifications. | luke | 2006-09-13 | 3 | -10/+33 |
| * | Adding a module for helping with warnings, starting only with the "warnonce" ... | luke | 2006-09-13 | 2 | -0/+16 |
| * | Sync with FE repo | lutter | 2006-09-12 | 1 | -0/+3 |
| * | Disable the sample fileserver module by default, otherwise users get spurious... | lutter | 2006-09-12 | 1 | -2/+2 |
| * | Updated to version 0.19.0 | luke | 2006-09-06 | 1 | -1/+1 |
| * | Updated to version 0.19.0 | luke | 2006-09-06 | 1 | -2/+2 |
| * | Updated to version 0.19.0 | luke | 2006-09-06 | 1 | -1/+1 |
| * | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 21 | -228/+129 |
| * | Adding aptitude support, including a new util::package module that provides a... | luke | 2006-09-06 | 10 | -12/+64 |
| * | Adding hasrestart parameter to services | luke | 2006-09-05 | 4 | -20/+24 |
| * | Adding an "env" parameter to exec, for providing extra environment settings, ... | luke | 2006-09-05 | 4 | -3/+81 |
| * | Adding a "withenv" execution util method, and using it in :exec for path hand... | luke | 2006-09-05 | 4 | -36/+95 |
| * | Fixing #230. If the first line in the cron tab, before the header, starts wi... | luke | 2006-09-05 | 1 | -2/+11 |
| * | Fixing small bug in cron where removed fields are not deleted from the file | luke | 2006-09-05 | 3 | -10/+23 |
| * | Adding further gentoo support -- finalized portage support, plus conf and ini... | luke | 2006-09-05 | 4 | -27/+66 |
| * | Adding the Daemon module back into the Client class, which fixes #247. | luke | 2006-09-05 | 3 | -0/+25 |
| * | Adding an "ignoretags" attribute to transaction, and setting it for downloadi... | luke | 2006-09-05 | 5 | -12/+17 |
| * | Adding the ability to download facts from the central server. This allows fa... | luke | 2006-09-05 | 2 | -35/+184 |
| * | A small fix to the install/update aspects of packaging. | luke | 2006-09-05 | 3 | -30/+15 |
| * | Fixing the package type so that :ensure is always used for version specificat... | luke | 2006-09-05 | 11 | -57/+66 |
| * | updating documentation for how to specify versions | luke | 2006-09-05 | 1 | -5/+5 |
| * | Applying a patch from Jose Gonzalez Gomez; apparently this makes package upda... | luke | 2006-09-05 | 1 | -1/+1 |
| * | Adding portage support again, since it was added in the branch i reverted | luke | 2006-09-05 | 1 | -0/+124 |
| * | Removing all of the changes I made towards refactoring in the last couple of ... | luke | 2006-09-05 | 53 | -3325/+1800 |
| * | Committing a small amount of work in cron. I have decided that this is too l... | luke | 2006-09-05 | 4 | -9/+913 |
| * | Committing functional mount support. All that's left in this chunk of work i... | luke | 2006-09-05 | 12 | -528/+628 |
| * | Adding first version of the portage provider, as contributed by Jose Gonzalez... | luke | 2006-09-04 | 1 | -0/+124 |
| * | Ports now work with a provider | luke | 2006-09-04 | 8 | -81/+285 |
| * | Intermediate commit; ports are not working yet | luke | 2006-09-03 | 6 | -342/+170 |
| * | Fixing SSHKey support. | luke | 2006-09-03 | 8 | -276/+152 |
| * | Beginning the process of moving parsedtypes to a provider. Each parsed | luke | 2006-09-03 | 14 | -390/+836 |
| * | This is the initial commit of the changes to sync and retrieve. The | luke | 2006-09-03 | 25 | -325/+368 |
| * | Renaming parsedfile to loadedfile, which makes much more sense and reduces so... | luke | 2006-09-03 | 7 | -13/+13 |
| * | Adding Gentoo support from #224. | luke | 2006-09-03 | 6 | -0/+173 |
| * | Adding eat-last-line support in ERB | luke | 2006-09-03 | 1 | -1/+1 |
| * | Adding pre- and post-hooks, as requested in #233. | luke | 2006-09-03 | 2 | -0/+34 |