Skip to content

Commit

Permalink
Use dhcpd in RHEL10
Browse files Browse the repository at this point in the history
The dhcpd package the DHCP server in RHEL 10
  • Loading branch information
Mab879 committed Oct 2, 2024
1 parent 3568eae commit b9ce186
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ description: |-
{{{ describe_package_remove(package="isc-dhcp-server") }}}
{{% elif product in ['ol8', 'ol9', 'rhel8', 'rhel9', 'sle12', 'sle15'] %}}
{{{ describe_package_remove(package="dhcp-server") }}}
{{% elif product in ['rhel10'] %}}
{{{ describe_package_remove(package="dhcpd") }}}
{{% else %}}
{{{ describe_package_remove(package="dhcp") }}}
{{% endif %}}
Expand Down Expand Up @@ -55,6 +57,7 @@ template:
pkgname: dhcp
pkgname@rhel8: dhcp-server
pkgname@rhel9: dhcp-server
pkgname@rhel10: dhcpd
pkgname@ubuntu1604: isc-dhcp-server
pkgname@ubuntu1804: isc-dhcp-server
pkgname@ubuntu2004: isc-dhcp-server
Expand Down

0 comments on commit b9ce186

Please sign in to comment.