diff --git a/_toc.yml b/_toc.yml index 3b2671e0..fdfe925f 100644 --- a/_toc.yml +++ b/_toc.yml @@ -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: diff --git a/admin-guide/configuration/basic/verbose_boot.md b/admin-guide/configuration/basic/verbose_boot.md new file mode 100644 index 00000000..7090c03b --- /dev/null +++ b/admin-guide/configuration/basic/verbose_boot.md @@ -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. + diff --git a/engineering-guide/puppet/roles/base.rst b/engineering-guide/puppet/roles/base.rst index ca5fd177..49f8bb6d 100644 --- a/engineering-guide/puppet/roles/base.rst +++ b/engineering-guide/puppet/roles/base.rst @@ -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`` ~~~~~~~~~~~~~~~~~~~