summaryrefslogtreecommitdiffstats
path: root/lib/puppet/application/ralsh.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fixing failing testsMarkus Roberts2009-12-231-1/+0
|
* Fix for #2881 (ralsh doesn't find individual parsed resources)Markus Roberts2009-12-231-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 reductionsMarkus Roberts2009-12-231-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 Kersten2009-08-011-0/+2
|
* Fixed #2436 - Changed ralsh to use Puppet::Type.new and avoid deprecation noticeJames Turnbull2009-07-231-1/+1
|
* Move ralsh to the Application Controller paradigmBrice Figureau2009-02-161-0/+166
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>