summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apt/templates/51unattended-upgrades-leap
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-27 19:58:25 +0200
committerVarac <varac@leap.se>2017-06-27 19:58:25 +0200
commit4557c84397916e99313577e24062a772921fca0e (patch)
tree73110cd07b1c15bf3458b5eaa4e3b3ea73596f95 /puppet/modules/site_apt/templates/51unattended-upgrades-leap
parente24292f13a6bef60ee7b8f2aa0ac2174ad96397e (diff)
parentfc907004a75ab2f8f8302706150b68a9cdd6baf0 (diff)
Merge branch 'fix_unattended_upgrades'
Diffstat (limited to 'puppet/modules/site_apt/templates/51unattended-upgrades-leap')
-rw-r--r--puppet/modules/site_apt/templates/51unattended-upgrades-leap5
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 %>";
+}