2010-10-17 01:35:37 +02:00
|
|
|
# This file is brought to you by puppet
|
|
|
|
|
|
|
|
# basic <%= lsbdistcodename %>
|
2010-10-17 02:01:48 +02:00
|
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> <%= repos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% if include_src then -%>
|
2010-10-17 02:01:48 +02:00
|
|
|
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> <%= repos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
# updates
|
2010-10-17 02:01:48 +02:00
|
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates <%= repos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% if include_src then -%>
|
2010-10-17 02:01:48 +02:00
|
|
|
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates <%= repos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
# security suppport
|
2010-10-17 02:01:48 +02:00
|
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security <%= repos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% if include_src then -%>
|
2010-10-17 02:01:48 +02:00
|
|
|
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security <%= repos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
# backports
|
2010-10-17 02:01:48 +02:00
|
|
|
deb http://archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-backports main <%= repos %>
|
2010-10-17 01:57:55 +02:00
|
|
|
<% if include_src then -%>
|
2010-10-17 02:01:48 +02:00
|
|
|
deb-src http://archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-backports <%= repos >
|
2010-10-17 01:57:55 +02:00
|
|
|
<% end -%>
|