Project

General

Profile

« Previous | Next » 

Revision ace030fa

Added by Justin Sherrill about 8 years ago

Refs #12266 - Fixes no implicit conversion of Hash into String

/Stage[main]/Certs::Katello/Certs_bootstrap_rpm[katello-ca-consumer-centos7-bats.example.com]: no implicit conversion of Hash into String
/usr/share/katello-installer-base/modules/certs/lib/puppet/provider/certs_bootstrap_rpm/katello_ssl_tool.rb:25:in symlink

View differences:

lib/puppet/provider/certs_bootstrap_rpm/katello_ssl_tool.rb
{'release' => release, 'rpm' => rpm}
end
rpms.sort { |a,b| a['release'].to_i <=> b['release'].to_i }.last
rpms.sort { |a,b| a['release'].to_i <=> b['release'].to_i }.last['rpm']
end
def next_release

Also available in: Unified diff