Sha256: 4ef86631ba0a9cc763d52e4626366931bd40b0ecdc0d5b454cf2e5998130ed41

Contents?: true

Size: 490 Bytes

Versions: 114

Compression:

Stored size: 490 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}"
    action(:version) { when_invoked { |options| version } }
  end
end

Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
puppet-4.10.1 spec/lib/puppet/face/version_matching.rb
puppet-4.10.1-x86-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.10.1-x64-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.10.1-universal-darwin spec/lib/puppet/face/version_matching.rb
puppet-4.10.0 spec/lib/puppet/face/version_matching.rb
puppet-4.10.0-x86-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.10.0-x64-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.10.0-universal-darwin spec/lib/puppet/face/version_matching.rb
puppet-4.9.4 spec/lib/puppet/face/version_matching.rb
puppet-4.9.4-x86-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.9.4-x64-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.9.4-universal-darwin spec/lib/puppet/face/version_matching.rb
puppet-4.9.3 spec/lib/puppet/face/version_matching.rb
puppet-4.9.3-x86-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.9.3-x64-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.9.3-universal-darwin spec/lib/puppet/face/version_matching.rb
puppet-4.9.2 spec/lib/puppet/face/version_matching.rb
puppet-4.9.2-x86-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.9.2-x64-mingw32 spec/lib/puppet/face/version_matching.rb
puppet-4.9.2-universal-darwin spec/lib/puppet/face/version_matching.rb