File: debian-syslinux-files-c36f21ae936c0594.yaml

package info (click to toggle)
puppet-module-ironic 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,664 kB
  • sloc: ruby: 5,888; python: 38; sh: 10; makefile: 10
file content (12 lines) | stat: -rw-r--r-- 448 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
fixes:
  - |
    Now the ``ironic::pxe`` class properly installs the pxelinux.0 file using
    the separate ``pxelinux`` package in Debian and Ubuntu. The new
    ``pxelinux_file_path`` parameter can be used to determine the source path
    to locate the file. When this parameter is set to false then the class
    does not manage the file.

  - |
    The wrong source directory to copy syslinux files in Debiand or Ubuntu has
    been fixed.