From 8f9fc30bb3b992322a553aa7dc0c504af5e44250 Mon Sep 17 00:00:00 2001 From: Jesse Wolfe Date: Tue, 30 Mar 2010 16:33:44 -0700 Subject: REST FileBucket: REST barfs on relative paths Force FileBucket to always send absolute (real) paths --- lib/puppet/application/filebucket.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/puppet/application/filebucket.rb') diff --git a/lib/puppet/application/filebucket.rb b/lib/puppet/application/filebucket.rb index 09aaf2b5d..ed67009aa 100644 --- a/lib/puppet/application/filebucket.rb +++ b/lib/puppet/application/filebucket.rb @@ -72,7 +72,6 @@ Puppet::Application.new(:filebucket) do path = options[:bucket] || Puppet[:bucketdir] @client = Puppet::FileBucket::Dipper.new(:Path => path) else - require 'puppet/network/handler' @client = Puppet::FileBucket::Dipper.new(:Server => Puppet[:server]) end rescue => detail -- cgit