Method: Puppet::Parser::TemplateWrapper#tags

Defined in:
lib/vendor/puppet/parser/templatewrapper.rb

#tagsObject

Allow templates to access the tags defined in the current scope



37
38
39
# File 'lib/vendor/puppet/parser/templatewrapper.rb', line 37

def tags
  scope.tags
end