From cdc20ed8ac749ee04489cbbf50d5ff3c3b2c8456 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Wed, 10 May 2023 17:00:06 +0200 Subject: [PATCH] fix warnings --- admin-guide/mgmt-tools/bob.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/admin-guide/mgmt-tools/bob.rst b/admin-guide/mgmt-tools/bob.rst index fa33fca9..04044b9f 100644 --- a/admin-guide/mgmt-tools/bob.rst +++ b/admin-guide/mgmt-tools/bob.rst @@ -15,19 +15,19 @@ The following attributes can be set for a node: +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ | attribute name | sample value | mandatory | meaning | +========================+==================+===========+================================================================================+ -| ``iface`` | ``enp225s0f0`` | no | the installation entry to use for automatic installation | +| ``iface`` | ``enp225s0f0`` | no | the installation entry to use for automatic installation | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ -| ``ipxe_installer`` | ``rhel87install`` | no | the installation entry to use for automatic installation (``netboot``) | +| ``ipxe_installer`` | ``rhel87install``| no | the installation entry to use for automatic installation (``netboot``) | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ -| ``network`` | ``static`` | no | network setup of the installed system; can be ``static`` or ``dhcp`` (default) | +| ``network`` | ``static`` | no | network setup of the installed system; can be ``static`` or ``dhcp`` (default) | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ -| ``puppet_env`` | ``preprod`` | no | puppet environment with ``prod`` as default | +| ``puppet_env`` | ``preprod`` | no | puppet environment with ``prod`` as default | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ | ``puppet_role`` | ``role::server`` | yes | puppet role of the node. String should start with ``role::`` | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ -| ``puppet_group`` | ``computing`` | no | defines the group for the hiera values. If not set takes the ``default`` one | +| ``puppet_group`` | ``computing`` | no | defines the group for the hiera values. If not set takes the ``default`` one | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+ -| ``rootpw`` | ``$y$j9T$f...`` | no | root password hash | +| ``rootpw`` | ``$y$j9T$f...`` | no | root password hash | +------------------------+------------------+-----------+--------------------------------------------------------------------------------+