diff options
Diffstat (limited to 'lib/puppet/filebucket.rb')
-rwxr-xr-x | lib/puppet/filebucket.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/filebucket.rb b/lib/puppet/filebucket.rb index e67b58668..f0e717146 100755 --- a/lib/puppet/filebucket.rb +++ b/lib/puppet/filebucket.rb @@ -61,7 +61,7 @@ module FileBucket hash.delete(:Path) else if defined? Puppet - @bucket = File.join(Puppet[:puppetroot], "bucket") + @bucket = Puppet[:bucketdir] else @bucket = File.expand_path("~/.filebucket") end |