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