summaryrefslogtreecommitdiffstats
path: root/lib/puppet/client
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-27 16:59:10 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-04-27 16:59:10 +0000
commit9b627cd0e061316feb73f332abb3c1e4e7aefe28 (patch)
tree72797181153ce9469fa06f382b3397b016be34c2 /lib/puppet/client
parent003e897f6839b7f5e771c2b8f4c7feb9fadba4dc (diff)
downloadpuppet-9b627cd0e061316feb73f332abb3c1e4e7aefe28.tar.gz
puppet-9b627cd0e061316feb73f332abb3c1e4e7aefe28.tar.xz
puppet-9b627cd0e061316feb73f332abb3c1e4e7aefe28.zip
Trying to track down the bugs reported this morning, so I added some more test cases. I did find a bug in the filebuckets, fixed it, and added a test case.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1143 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet/client')
-rw-r--r--lib/puppet/client/dipper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/client/dipper.rb b/lib/puppet/client/dipper.rb
index bc85236a3..5965c6b7d 100644
--- a/lib/puppet/client/dipper.rb
+++ b/lib/puppet/client/dipper.rb
@@ -10,7 +10,7 @@ module Puppet
def initialize(hash = {})
if hash.include?(:Path)
bucket = Puppet::Server::FileBucket.new(
- :Bucket => hash[:Path]
+ :Path => hash[:Path]
)
hash.delete(:Path)
hash[:Bucket] = bucket