Add host variable dnf_automatic_type to influence dnf-automatic-install mode
Set it to "security" for status quo ante for most hosts, and "default" for debuginfod* hosts.
This commit is contained in:
parent
6c1b6abd61
commit
21d24f7e69
4 changed files with 7 additions and 1 deletions
|
@ -272,3 +272,7 @@ wildcard_key_file: wildcard-2023.fedoraproject.org.key
|
|||
wsgi_wants_apache: true
|
||||
# set no x-forward header by default
|
||||
x_forward: false
|
||||
#
|
||||
# dnf-automatic-install.service mode default: security-only
|
||||
dnf_automatic_type: security
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue