theforeman / puppet-katello

Puppet module for setting Katello specific configuration. Also includes provider for manipulating with Katello resources.
GNU General Public License v3.0
14 stars 48 forks source link

Remove invalid default for $katello::repo::repo_version #487

Closed ekohl closed 10 months ago

ekohl commented 10 months ago

The version latest doesn't exist. This drops the default and adds stricter validation. Because other values this can be considered a bugfix, even though technically it's changing the API.

Fixes #472