Sha256: e9d628e9cda586a342eaa47e41e76c206181c7e086b481caf5bb18610fc108de
Contents?: true
Size: 277 Bytes
Versions: 10
Compression:
Stored size: 277 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
10 entries across 10 versions & 1 rubygems