Sha256: 458e80be450c9a132b274c040aab7beb45c9de85659effeaae76360475c295b4

Contents?: true

Size: 269 Bytes

Versions: 74

Compression:

Stored size: 269 Bytes

Contents

# Tag the current scope with each passed name
Puppet::Parser::Functions::newfunction(:tag, :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

74 entries across 74 versions & 4 rubygems

Version Path
puppet-2.7.20 lib/puppet/parser/functions/tag.rb
puppet-2.7.20.rc1 lib/puppet/parser/functions/tag.rb
puppet-3.0.1 lib/puppet/parser/functions/tag.rb
puppet-3.0.1.rc1 lib/puppet/parser/functions/tag.rb
puppet-3.0.0 lib/puppet/parser/functions/tag.rb
puppet-3.0.0.rc8 lib/puppet/parser/functions/tag.rb
puppet-3.0.0.rc7 lib/puppet/parser/functions/tag.rb
librarian-puppet-0.9.4 vendor/gems/ruby/1.8/gems/puppet-2.7.18/lib/puppet/parser/functions/tag.rb
puppet-3.0.0.rc5 lib/puppet/parser/functions/tag.rb
puppet-3.0.0.rc4 lib/puppet/parser/functions/tag.rb
puppet-2.7.19 lib/puppet/parser/functions/tag.rb
supply_drop-0.11.0 examples/vendored-puppet/vendor/puppet-2.7.8/lib/puppet/parser/functions/tag.rb
librarian-puppet-0.9.3 vendor/gems/ruby/1.8/gems/puppet-2.7.18/lib/puppet/parser/functions/tag.rb
supply_drop-0.10.2 examples/vendored-puppet/vendor/puppet-2.7.8/lib/puppet/parser/functions/tag.rb
puppet-2.7.18 lib/puppet/parser/functions/tag.rb
puppet-2.6.17 lib/puppet/parser/functions/tag.rb
supply_drop-0.10.1 examples/vendored-puppet/vendor/puppet-2.7.8/lib/puppet/parser/functions/tag.rb
supply_drop-0.10.0 examples/vendored-puppet/vendor/puppet-2.7.8/lib/puppet/parser/functions/tag.rb
puppet-2.7.17 lib/puppet/parser/functions/tag.rb
puppet-2.7.16 lib/puppet/parser/functions/tag.rb