summaryrefslogtreecommitdiffstats
path: root/lib/puppet/face/file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/face/file.rb')
-rw-r--r--lib/puppet/face/file.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/puppet/face/file.rb b/lib/puppet/face/file.rb
new file mode 100644
index 000000000..1aa9462dd
--- /dev/null
+++ b/lib/puppet/face/file.rb
@@ -0,0 +1,5 @@
+require 'puppet/face/indirector'
+
+Puppet::Face::Indirector.define(:file, '0.0.1') do
+ set_indirection_name :file_bucket_file
+end