25 lines
945 B
Text
25 lines
945 B
Text
# This file is brought to you by puppet
|
|
|
|
# basic <%= lsbdistcodename %>
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> <%= repos %>
|
|
<% if include_src then -%>
|
|
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> <%= repos %>
|
|
<% end -%>
|
|
|
|
# updates
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates <%= repos %>
|
|
<% if include_src then -%>
|
|
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates <%= repos %>
|
|
<% end -%>
|
|
|
|
# security suppport
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security <%= repos %>
|
|
<% if include_src then -%>
|
|
deb-src http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security <%= repos %>
|
|
<% end -%>
|
|
|
|
# backports
|
|
deb http://archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-backports main <%= repos %>
|
|
<% if include_src then -%>
|
|
deb-src http://archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-backports <%= repos >
|
|
<% end -%>
|