diff options
Diffstat (limited to 'lib/puppet/parser/templatewrapper.rb')
-rw-r--r-- | lib/puppet/parser/templatewrapper.rb | 4 |
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) |