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