Merge "Fix type validation error with puppetlabs-apache 8.0.0"
This commit is contained in:
commit
3213f8e2df
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user