Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing failing tests | Markus Roberts | 2009-12-23 | 1 | -1/+0 |
| | |||||
* | Fix for #2881 (ralsh doesn't find individual parsed resources) | Markus Roberts | 2009-12-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | Rather than just creating a new featureless resource for cases like: ralsh host localhost.localdomain (and the analogous cases with other parsed resources such as ssh keys, etc), we first check to see if the appropriate provider can find a resource with the requested name. If so, we use it; if not we fall back to the featureless form. There are a number of potential shortcomings with this fix: * It may not be particularly performant if there are many resources to be parsed. * It always (and only) checks the first provider; perhaps it should try all providers of the appropriate type. * It only checks the name property, and not any aliases or host_aliases. Signed-off-by: Markus Roberts <Markus@reality.com> | ||||
* | Code smell reductions | Markus Roberts | 2009-12-23 | 1 | -23/+8 |
| | | | | | | These are a grab-bag of code simplification changes I made in the process of figuring out what was going on with #2881; they should all be absolutely behavior neutral. | ||||
* | Fixes #2472. Load Facter facts when ralsh is invoked, plus test. | Nigel Kersten | 2009-08-01 | 1 | -0/+2 |
| | |||||
* | Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation notice | James Turnbull | 2009-07-23 | 1 | -1/+1 |
| | |||||
* | Move ralsh to the Application Controller paradigm | Brice Figureau | 2009-02-16 | 1 | -0/+166 |
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com> |