diff options
author | Varac <varac@leap.se> | 2017-06-24 12:14:10 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-24 12:26:08 +0200 |
commit | fc907004a75ab2f8f8302706150b68a9cdd6baf0 (patch) | |
tree | ebff124996b01732d4d2c028b1a3e52321949cbb /puppet/modules/site_apt/templates | |
parent | 1078bffff8a0ac49c566c28f85ef8c9fe14f4e11 (diff) |
Add configured apt component to the unattended-upgrades whitelist
Resolves: #8792
Diffstat (limited to 'puppet/modules/site_apt/templates')
-rw-r--r-- | puppet/modules/site_apt/templates/51unattended-upgrades-leap | 5 |
1 files changed, 5 insertions, 0 deletions
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 %>"; +} |