waveclaw / puppet-subscription_manager

Handle Client Registration to RedHat Satellite 6 or Katello
https://rhn.redhat.com
Other
6 stars 34 forks source link

self.repo_cert is broken #73

Closed dacron closed 5 years ago

dacron commented 5 years ago

File.split(value) does not split the file content in to an array based on the provided value. It splits the provided value in to a two-element array.

The correct function is File.readlines.