handle verbose boot

This commit is contained in:
2024-12-13 13:53:18 +01:00
parent 8fb42ab131
commit 31907b5020
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -58,6 +58,7 @@ chapters:
- file: admin-guide/configuration/basic/ntp_client
- file: admin-guide/configuration/basic/ntp_server
- file: admin-guide/configuration/basic/configuration_email
- file: admin-guide/configuration/basic/verbose_boot
- file: admin-guide/configuration/basic/gssproxy_with_keytab
- file: admin-guide/configuration/access
sections:
@@ -0,0 +1,10 @@
# Configuration to Send/Relay Emails
Verbose boot can be configured in Hiera with
```
base::enable_verbose_boot: true
```
By default it is disabled on workstation type systems.
-6
View File
@@ -33,7 +33,6 @@ enable_nfs_server bool hiera('base::enable_nfs_server')
enable_nomachine bool hiera('base::enable_nomachine')
enable_platform bool hiera('base::enable_platform')
enable_pmodules bool hiera('base::enable_pmodules')
enable_rhgb bool hiera('base::enable_rhgb')
enable_ssh_client bool hiera('base::enable_ssh_client')
enable_telegraf bool hiera('base::enable_telegraf')
enable_updatedb bool hiera('base::enable_updatedb')
@@ -204,11 +203,6 @@ Requires AFS to work, as the required configuration files are stored on AFS.
Puppet roles should not set this parameter as this overrides ``base::enable_pmodules`` from Hiera.
Please use ``default_enable_pmodules`` or even ``default_pmodules_when_afs`` instead to define the role preference.
``enable_rhgb``
~~~~~~~~~~~~~~~
Determines whether the graphical boot screen is enabled.
``enable_updatedb``
~~~~~~~~~~~~~~~~~~~