summaryrefslogtreecommitdiff
path: root/puppet/modules/site_apt/templates/51unattended-upgrades-leap
diff options
context:
space:
mode:
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..2a3494ef
--- /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,codename=<%= @apt_platform_component %>";
+}