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:
Frank Ch. Eigler 2023-02-15 15:27:16 -05:00
parent 6c1b6abd61
commit 21d24f7e69
4 changed files with 7 additions and 1 deletions

View file

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