summaryrefslogtreecommitdiffstats
path: root/lib/puppet/file_bucket.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/file_bucket.rb')
-rw-r--r--lib/puppet/file_bucket.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/file_bucket.rb b/lib/puppet/file_bucket.rb
new file mode 100644
index 000000000..881c81e58
--- /dev/null
+++ b/lib/puppet/file_bucket.rb
@@ -0,0 +1,4 @@
+# stub
+module Puppet::FileBucket
+ class BucketError < RuntimeError; end
+end