Merge "Fix type validation error with puppetlabs-apache 8.0.0"

This commit is contained in:
Zuul 2022-08-15 16:10:42 +00:00 committed by Gerrit Code Review
commit 3213f8e2df
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
# [*http_port*]
# (optional) port used by the HTTP service serving introspection and
# deployment images.
# Defaults to '8088'
# Defaults to 8088
#
# [*pxelinux_path*]
# (optional) Path to directory containing pxelinux.0 .
@ -83,7 +83,7 @@ class ironic::pxe (
$package_ensure = 'present',
$tftp_root = '/tftpboot',
$http_root = '/httpboot',
$http_port = '8088',
$http_port = 8088,
$pxelinux_path = $::ironic::params::pxelinux_path,
$syslinux_path = $::ironic::params::syslinux_path,
$syslinux_files = $::ironic::params::syslinux_files,