Method: Puppet::Parser::TemplateWrapper#all_tags

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

#all_tagsObject

Allow templates to access the all the defined tags



42
43
44
# File 'lib/vendor/puppet/parser/templatewrapper.rb', line 42

def all_tags
  scope.catalog.tags
end