Merge "Avoid usage of custom os_package_type fact"

This commit is contained in:
Zuul
2021-11-08 11:56:24 +00:00
committed by Gerrit Code Review

View File

@@ -89,7 +89,7 @@ class ironic::params {
$tftpd_package = 'tftpd'
$ipxe_package = 'ipxe'
$syslinux_package = 'syslinux-common'
if ($::os_package_type == 'debian') {
if $::operatingsystem == 'Debian' {
$syslinux_path = '/usr/lib/syslinux'
} else {
$syslinux_path = '/var/lib/tftpboot'