Sha256: 21fc63a87b61f610c8ea08147d3f76e8c019a855805d3af02691b100de7f68be

Contents?: true

Size: 283 Bytes

Versions: 304

Compression:

Stored size: 283 Bytes

Contents

# Tag the current scope with each passed name
Puppet::Parser::Functions::newfunction(:tag, :arity => -2, :doc => "Add the specified tags to the containing class
  or definition.  All contained objects will then acquire that tag, also.
  ") do |vals|
    self.resource.tag(*vals)
end

Version data entries

304 entries across 304 versions & 3 rubygems

Version Path
puppet-retrospec-1.8.0 vendor/pup410/lib/puppet/parser/functions/tag.rb
puppet-retrospec-1.7.0 vendor/pup410/lib/puppet/parser/functions/tag.rb
puppet-5.3.7 lib/puppet/parser/functions/tag.rb
puppet-5.3.7-x86-mingw32 lib/puppet/parser/functions/tag.rb
puppet-5.3.7-x64-mingw32 lib/puppet/parser/functions/tag.rb
puppet-5.3.7-universal-darwin lib/puppet/parser/functions/tag.rb
puppet-4.10.12 lib/puppet/parser/functions/tag.rb
puppet-4.10.12-x86-mingw32 lib/puppet/parser/functions/tag.rb
puppet-4.10.12-x64-mingw32 lib/puppet/parser/functions/tag.rb
puppet-4.10.12-universal-darwin lib/puppet/parser/functions/tag.rb
puppet-4.10.11 lib/puppet/parser/functions/tag.rb
puppet-4.10.11-x86-mingw32 lib/puppet/parser/functions/tag.rb
puppet-4.10.11-x64-mingw32 lib/puppet/parser/functions/tag.rb
puppet-4.10.11-universal-darwin lib/puppet/parser/functions/tag.rb
puppet-5.3.6 lib/puppet/parser/functions/tag.rb
puppet-5.3.6-x86-mingw32 lib/puppet/parser/functions/tag.rb
puppet-5.3.6-x64-mingw32 lib/puppet/parser/functions/tag.rb
puppet-5.3.6-universal-darwin lib/puppet/parser/functions/tag.rb
puppet-5.3.5 lib/puppet/parser/functions/tag.rb
puppet-5.3.5-x86-mingw32 lib/puppet/parser/functions/tag.rb