From 2fa529ecb6422f809b38ff5d12ecd3023ebcb90f Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 9 May 2007 14:43:06 +0000 Subject: Fixing the ability to fail correctly in the fileserver -- a constant was not defined correctly for it git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2494 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/network/handler/fileserver.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/puppet') diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb index 5ba507b16..7726019ba 100755 --- a/lib/puppet/network/handler/fileserver.rb +++ b/lib/puppet/network/handler/fileserver.rb @@ -5,6 +5,7 @@ require 'cgi' require 'delegate' class Puppet::Network::Handler + AuthStoreError = Puppet::AuthStoreError class FileServerError < Puppet::Error; end class FileServer < Handler desc "The interface to Puppet's fileserving abilities." -- cgit