Cannot promote to environments after upgrade to Foreman 2.0/Katello 3.15

### File managed with puppet ###
## Module: puppet-katello

:katello:
  :rest_client_timeout: 3600

  :content_types:
    :file: true
    :yum: true
    :deb: true
    :puppet: false
    :docker: true
    :ostree: false

  :candlepin:
    :url: https://p5-al-foreman-1.domain.local:8443/candlepin
    :oauth_key: "katello"
    :oauth_secret: "some-secret"
    :ca_cert_file: /etc/pki/katello/certs/katello-default-ca.crt

  :pulp:
    :url: https://p5-al-foreman-1.domain.local/pulp/api/v2/
    :ca_cert_file: /etc/pki/katello/certs/katello-server-ca.crt

  :use_pulp_2_for_content_type:
    :docker: false
    :file: false

  :qpid:
    :url: amqp:ssl:localhost:5671
    :subscriptions_queue_address: katello_event_queue

  # Internal configuration for communication from server to pulp crane service.
  :container_image_registry:
    :crane_url: https://p5-al-foreman-1.domain.local:5000
    :crane_ca_cert_file: /etc/pki/katello/certs/katello-server-ca.crt

However I only have yum repoโ€™s. Should I disable others and try like that? I made no changes to conf files not to break seamless upgrade to future versions.