| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 5 | -102/+113 |
* | Merge branch '0.24.x' of ssh://reductivelabs.com/opt/rl/git/puppet into 0.24.x | Luke Kanies | 2007-12-18 | 1 | -5/+13 |
|\ |
|
| * | Uninstalling packages through 'ensure => absent' works again for the rpm and ... | David Lutterkort | 2007-12-17 | 1 | -5/+13 |
* | | Fixing #967 -- relationships now work when running 0.23.x clients | Luke Kanies | 2007-12-18 | 1 | -1/+7 |
|/ |
|
* | Fixing #961 -- closing existing, open connections when | Luke Kanies | 2007-12-17 | 2 | -11/+24 |
* | Remove the warning about an explicit plugins mount. | Luke Kanies | 2007-12-17 | 1 | -4/+0 |
* | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-12-12 | 1 | -1/+1 |
|\ |
|
| * | Hopefully finally fixing #959. Loading the stored cache | Luke Kanies | 2007-12-12 | 1 | -1/+1 |
* | | Changing the statefile to only being managed by clients, | Luke Kanies | 2007-12-12 | 1 | -7/+7 |
|/ |
|
* | This should be the last fix for exported resources. | Luke Kanies | 2007-12-11 | 1 | -0/+2 |
* | Not using the main section when running the store report, since it is unneede... | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | Removing extraneous debugging from the schedule resource type. | Luke Kanies | 2007-12-11 | 1 | -1/+0 |
* | Renaming 'configuration' to 'catalog', fixing #954. | Luke Kanies | 2007-12-11 | 20 | -167/+167 |
* | Renaming the 'null' terminus type to 'plain', as | Luke Kanies | 2007-12-11 | 4 | -20/+21 |
* | Copying the fact-loading code from the network client to | Luke Kanies | 2007-12-11 | 1 | -0/+44 |
* | Adding what is hopefully the last commit for #896. Here's the | Luke Kanies | 2007-12-11 | 3 | -6/+13 |
* | Removing the 'addpath' commands from the freebsd service | Luke Kanies | 2007-12-11 | 1 | -4/+0 |
* | Merge commit 'davids-bugfixes/rest/fix-plugins-mount' | Luke Kanies | 2007-12-11 | 1 | -43/+22 |
|\ |
|
| * | simplify PluginsMount | David Schmitt | 2007-12-03 | 1 | -43/+22 |
* | | Removing the recently-commited paludis provider, | Luke Kanies | 2007-12-11 | 1 | -106/+0 |
* | | Applying patch by josb in #884 to provide pattern | Luke Kanies | 2007-12-11 | 1 | -5/+15 |
* | | Applying patch by raj in #881. | Luke Kanies | 2007-12-11 | 1 | -1/+1 |
* | | Applying patch for portage package support from thansen | Luke Kanies | 2007-12-11 | 1 | -4/+4 |
* | | Replacing freebsd service provider with the one | Luke Kanies | 2007-12-11 | 1 | -23/+32 |
* | | Adding paludis package support as provided by KillerFox | Luke Kanies | 2007-12-11 | 1 | -0/+106 |
* | | Fixing #937 -- I had not ported the dot methods at all, | Luke Kanies | 2007-12-11 | 1 | -2/+2 |
* | | Fixing #946. | Luke Kanies | 2007-12-10 | 5 | -34/+24 |
* | | Adding an Indirection reference, along with the work | Luke Kanies | 2007-12-10 | 15 | -16/+101 |
* | | Fixing #951 -- external nodes work again, but you have to | Luke Kanies | 2007-12-10 | 7 | -129/+108 |
* | | Fixing the rest of #948. My previous work was sufficient, | Luke Kanies | 2007-12-10 | 1 | -1/+6 |
* | | Fixing part of #948 -- per-setting hooks are now called | Luke Kanies | 2007-12-10 | 1 | -15/+38 |
* | | Fixing #941 -- calling pkg_info instead of info | Luke Kanies | 2007-12-10 | 1 | -1/+1 |
* | | Fixing #923 (again). The host storage method was not | Luke Kanies | 2007-12-10 | 1 | -3/+1 |
* | | Fixing #923. Resources that are collected on the local | Luke Kanies | 2007-12-06 | 1 | -1/+0 |
* | | Applying patch by whaymond_home to further fix part of #896. | Luke Kanies | 2007-12-06 | 1 | -1/+1 |
* | | As per lutter; augmented fix for #896 to be configurable and defaulting to va... | Jeffrey J McCune | 2007-11-29 | 2 | -1/+9 |
|/ |
|
* | Renaming @model to @resource in a provider | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
* | Fixing #892 -- filesystem mounts are no longer remounted. | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
* | Fixing #527 (rewrote service tests), #766 (services only restart when they | Luke Kanies | 2007-11-28 | 3 | -165/+23 |
* | Merge branch 'master' of ssh://reductivelabs.com/opt/rl/git/puppet | Luke Kanies | 2007-11-28 | 1 | -3/+10 |
|\ |
|
| * | Making a few changes to the transportable class to enhance backward compatibi... | Luke Kanies | 2007-11-28 | 1 | -3/+10 |
* | | Another backward compatibility patch, this time helping with a new server and... | Luke Kanies | 2007-11-28 | 1 | -1/+1 |
|/ |
|
* | Theoretically, this patch is to fix #917 (which it does), but | Luke Kanies | 2007-11-28 | 14 | -144/+89 |
* | Adding a top-level ResourceReference class that everything | Luke Kanies | 2007-11-28 | 1 | -0/+61 |
* | Fixing the first half of #917 -- the ResourcReference | Luke Kanies | 2007-11-28 | 1 | -2/+2 |
* | Fixing the error message as requested in #893. | Luke Kanies | 2007-11-27 | 1 | -3/+1 |
* | Applying patches from #823 by wyvern | Luke Kanies | 2007-11-27 | 1 | -0/+10 |
* | Fixing the markup on the pkgdmg provider so it is a bit better | Luke Kanies | 2007-11-28 | 3 | -6/+8 |
* | Fixing #781, from what I can tell. I'm leaving it with | Luke Kanies | 2007-11-27 | 1 | -11/+29 |
* | Fixing #810 -- I catch the error and prefix it with something | Luke Kanies | 2007-11-27 | 1 | -1/+6 |