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

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