Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

CentOS 8 baseurl is incorrect #63

Description

@freiheit

Affected Puppet, Ruby, OS and module versions/distributions

  • Puppet: PE 2019.8
  • Ruby:
  • Distribution: RHEL8
  • Module version: 2.0.0

How to reproduce (e.g Puppet code you use)

  pxe::installer { "centos_8.2.2004_x86_64":
    arch    => 'x86_64',
    ver     => '8.2.2004',
    os      => 'centos',
    file    => 'os_centos',
    kernel  => 'images/centos/8.2.2004/x86_64/vmlinuz',
    append  => 'initrd=images/centos/8.2.2004/x86_64/initrd.gz text',
  }

What are you seeing

Module fails to download vmlinuz and initrd.gz due to those files not being at the url it tries

Any additional information you'd like to impart

I believe for centos >= 8, the baseurl should be:
https://mirrors.kernel.org/${os}/${ver}/BaseOS/${arch}/os/images/pxeboot/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions