+1 This is one of several files that are missing requirements, or otherwise fail to run standalone.
On Tue, 28 Sep 2010 13:40:57 -0700, Paul Berry wrote: > > Added a missing require to webrick/rest.rb. > > Signed-off-by: Paul Berry <[email protected]> > --- > lib/puppet/network/http/webrick/rest.rb | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/lib/puppet/network/http/webrick/rest.rb > b/lib/puppet/network/http/webrick/rest.rb > index 91008aa..d5c146d 100644 > --- a/lib/puppet/network/http/webrick/rest.rb > +++ b/lib/puppet/network/http/webrick/rest.rb > @@ -1,5 +1,6 @@ > require 'puppet/network/http/handler' > require 'resolv' > +require 'webrick' > > class Puppet::Network::HTTP::WEBrickREST < > WEBrick::HTTPServlet::AbstractServlet > > -- > 1.7.2 > -- Jacob Helwig
signature.asc
Description: Digital signature
