From fc907004a75ab2f8f8302706150b68a9cdd6baf0 Mon Sep 17 00:00:00 2001 From: Varac Date: Sat, 24 Jun 2017 12:14:10 +0200 Subject: Add configured apt component to the unattended-upgrades whitelist Resolves: #8792 --- puppet/modules/site_apt/templates/51unattended-upgrades-leap | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 puppet/modules/site_apt/templates/51unattended-upgrades-leap (limited to 'puppet/modules/site_apt/templates') diff --git a/puppet/modules/site_apt/templates/51unattended-upgrades-leap b/puppet/modules/site_apt/templates/51unattended-upgrades-leap new file mode 100644 index 00000000..3e28531f --- /dev/null +++ b/puppet/modules/site_apt/templates/51unattended-upgrades-leap @@ -0,0 +1,5 @@ +// this file is managed by puppet ! + +Unattended-Upgrade::Origins-Pattern { + "site=deb.leap.se,component=<%= @apt_platform_component %>"; +} -- cgit v1.2.3