dc32b52f08
Adds support for configuration of DNF repo mirrors for CentOS and EPEL repositories, as well as custom repositories. Adds support for DNF automatic, which is a replacement for yum-cron. Configuration is backwards compatible, falling back to the equivalent yum variables when DNF variables have not been overridden. Change-Id: I8bef5e9c8e1c77c25d6077ff690da8f2cde6a643 Story: 2006574 Task: 38922
7 lines
139 B
YAML
7 lines
139 B
YAML
---
|
|
# Whether DNF Automatic is enabled.
|
|
dnf_automatic_enabled: false
|
|
|
|
# DNF Automatic upgrade type.
|
|
dnf_automatic_upgrade_type: "security"
|