summaryrefslogtreecommitdiffstats
path: root/lib/puppet/type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/type.rb')
-rw-r--r--lib/puppet/type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/puppet/type.rb b/lib/puppet/type.rb
index 0fa1697d1..0c7266c92 100644
--- a/lib/puppet/type.rb
+++ b/lib/puppet/type.rb
@@ -11,6 +11,7 @@ require 'puppet/util/log_paths'
require 'puppet/util/logging'
require 'puppet/resource/reference'
require 'puppet/util/cacher'
+require 'puppet/file_collection/lookup'
# see the bottom of the file for the rest of the inclusions
@@ -21,6 +22,7 @@ class Type
include Puppet::Util::LogPaths
include Puppet::Util::Logging
include Puppet::Util::Cacher
+ include Puppet::FileCollection::Lookup
###############################
# Code related to resource type attributes.
@@ -1804,8 +1806,6 @@ class Type
# In naming methods, I have tried to consistently name the method so
# that it is clear whether it operates on all attributes (thus has 'attr' in
# the method name, or whether it operates on a specific type of attributes.
- attr_accessor :file, :line
-
attr_writer :title
attr_writer :noop