From 4dd45e72a0610997177d6670579918977bffbeef Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Fri, 8 Nov 2024 10:30:00 -0700 Subject: [PATCH] Remove defaults.conf from userdocs This was missed during the NodeInfo refactor, which also removed nodes.conf. Signed-off-by: Jonathon Anderson --- userdocs/contents/configuration.rst | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/userdocs/contents/configuration.rst b/userdocs/contents/configuration.rst index 1da6f70d..b46443f6 100644 --- a/userdocs/contents/configuration.rst +++ b/userdocs/contents/configuration.rst @@ -202,20 +202,6 @@ command. This also goes for ``warewulf.conf`` as well - any changes made also require ``warewulfd`` to be restarted. The restart should be done using the following command: ``systemctl restart warewulfd`` -defaults.conf -============= - -The ``defaults.conf`` file configures default values used when none -are specified in ``nodes.conf``. For example: if a node does not have -a "runtime overlay" specified, the respective value from -``defaultnode`` is used. If a network device does not specify a -"device," the device value of the ``dummy`` device is used. - -If ``defaults.conf`` does not exist, compiled-in defaults are used. - -There should never be a need to change this file: all site-local -parameters should be specified using either nodes or profiles. - Directories ===========