Role server-basic: enable unattended upgrade for PowerDNS packages
This commit is contained in:
parent
2529b0fb19
commit
ecdcb4c294
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ Unattended-Upgrade::Origins-Pattern {
|
|||
"origin=InfluxDB,codename=${distro_codename},label=InfluxDB";
|
||||
"origin=grafana stable,codename=stable,archive=stable,label=grafana stable";
|
||||
{% endif %}
|
||||
{% if 'ffmwu-dns' in group_names %}
|
||||
"origin=PowerDNS,label=PowerDNS";
|
||||
{% endif %}
|
||||
};
|
||||
|
||||
// List of packages to not update (regexp are supported)
|
||||
|
|
Loading…
Reference in a new issue