document automated package update on RHEL8
This commit is contained in:
@@ -41,10 +41,14 @@ include_aaa bool true
|
||||
include_log_client bool true
|
||||
include_rpm_repos bool true
|
||||
package_groups array hiera_array('base::package_groups', [])
|
||||
package_excludes array hierra_array('base::package_exclude', [])
|
||||
pkg_group::* array hierra_array('base::pkg_group::...', [])
|
||||
package_excludes array hiera_array('base::package_exclude', [])
|
||||
pkg_group::* array hiera_array('base::pkg_group::...', [])
|
||||
selinux_mode string hiera('base::selinux_mode', 'enforcing')
|
||||
========================= ======== ================================================
|
||||
update_interval enum hiera('base::automatic_updates::interval', 'weekly')
|
||||
update_type enum hiera('base::automatic_updates::type', 'security')
|
||||
update_exclude array hiera_array('base::automatic_updates::exclude', [])
|
||||
update_kernel bool hiera('base::automatic_updates::kernel', false)
|
||||
========================= ======== ====================================================
|
||||
|
||||
|
||||
``default_target``
|
||||
@@ -287,6 +291,25 @@ Disabled Enforcing Disabled
|
||||
========== ========== ===========
|
||||
|
||||
|
||||
``update_interval``
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
How often should the automatic updates be installed. Valid options are ``never``, ``daily`` and ``weekly``.
|
||||
|
||||
|
||||
``update_type``
|
||||
~~~~~~~~~~~~~~~
|
||||
What type of package updates should be installed automatically, either ``security`` for only security updates or ``all`` for all updates.
|
||||
|
||||
|
||||
``update_exclude``
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
List of packages which shall not be updated automatically. Wildcards like * are allowed. The kernel is excluded by default.
|
||||
|
||||
``update_kernel``
|
||||
~~~~~~~~~~~~~~~~~
|
||||
Marks if also the kernel package should be automatically updated. Note that the necessary reboot to run the new kernel needs to be done manually.
|
||||
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user