diff options
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 %>"; +} |