summaryrefslogtreecommitdiffstats
path: root/lib/puppet/string/file.rb
blob: cc5737f28447a7143519e4538642ffd405e5d48c (plain)
1
2
3
4
5
require 'puppet/string/indirector'

Puppet::String::Indirector.define(:file, '0.0.1') do
  set_indirection_name :file_bucket_file
end