fix warnings

This commit is contained in:
2023-05-10 17:00:06 +02:00
parent c9b0e03dd9
commit cdc20ed8ac

View File

@@ -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 |
+------------------------+------------------+-----------+--------------------------------------------------------------------------------+