summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/templatewrapper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/templatewrapper.rb')
-rw-r--r--lib/puppet/parser/templatewrapper.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/parser/templatewrapper.rb b/lib/puppet/parser/templatewrapper.rb
index 00faf33a1..97b454569 100644
--- a/lib/puppet/parser/templatewrapper.rb
+++ b/lib/puppet/parser/templatewrapper.rb
@@ -3,7 +3,9 @@
require 'puppet/parser/files'
class Puppet::Parser::TemplateWrapper
- attr_accessor :scope, :file, :string
+ attr_writer :scope
+ attr_reader :file
+ attr_accessor :string
include Puppet::Util
Puppet::Util.logmethods(self)