mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-05 04:27:55 +00:00
67c1059ad0
makentp reads site.ntpbackend to pick the NTP daemon, so an admin has to set it, but the attribute appears in no help text. lsdef -t site -h and tabdump -d print the site table description from xCAT::Schema, which documents site.dhcpbackend and says nothing about ntpbackend. The makentp man page lists the site attributes the command honors and does not list it either. The selector test now reads the site help from the loaded schema and the makentp pod. Five assertions fail: the attribute name, its three valid values, and the man page entry. Signed-off-by: Daniel Hilst <392820+dhilst@users.noreply.github.com>