Actions
Bug #29720
closedNoMethodError: undefined method `>’ for nil:NilClass when promoting to new environment after upgrade to Katello 3.15
Description
When puppet is set to false under content_types in katello.yaml, the content_types field on a content view version does not get a puppet_modules key. This causes the above error in the promote_puppet_environment? method in app/models/katello/content_view_version.rb.
Need to update to account for this.
Actions