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