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