Sha256: b8179b9c486392f3b8f4deca9e506dd1eaf496b7fbcb47e9e30a80f85ded4b27
Contents?: true
Size: 475 Bytes
Versions: 131
Compression:
Stored size: 475 Bytes
Contents
require 'puppet/face' # The set of versions here are used explicitly in the interface_spec; if you # change this you need to ensure that is still correct. --daniel 2011-04-21 ['1.0.0', '1.0.1', '1.1.0', '1.1.1', '2.0.0'].each do |version| Puppet::Face.define(:version_matching, version) do copyright "Puppet Labs", 2011 license "Apache 2 license; see COPYING" summary "version matching face #{version}" script :version do |options| version end end end
Version data entries
131 entries across 131 versions & 3 rubygems