Skip to content
Snippets Groups Projects
Commit e5405539 authored by schiermi's avatar schiermi
Browse files

Added Debian proposed updates.

parent 853933ee
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,16 @@ class system { ...@@ -18,11 +18,16 @@ class system {
release => "${lsbdistcodename}/updates", release => "${lsbdistcodename}/updates",
repos => 'main non-free contrib', repos => 'main non-free contrib',
}, },
'debian-volatile' => { 'debian-updates' => {
location => 'http://ftp.de.debian.org/debian/', location => 'http://ftp.de.debian.org/debian/',
release => "${lsbdistcodename}-updates", release => "${lsbdistcodename}-updates",
repos => 'main non-free contrib', repos => 'main non-free contrib',
}, },
'debian-proposed-updates' => {
location => 'http://ftp.de.debian.org/debian/',
release => "${lsbdistcodename}-proposed-updates",
repos => 'main non-free contrib',
},
}, },
update => { update => {
frequency => 'always', frequency => 'always',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment