2009-12-17 15:53:27 +01:00
|
|
|
# This file is brought to you by puppet
|
2010-10-25 07:13:44 +02:00
|
|
|
# all local modifications will be overwritten
|
2009-12-17 15:53:27 +01:00
|
|
|
|
|
|
|
# basic <%= lsbdistcodename %>
|
2010-10-25 17:55:15 +02:00
|
|
|
deb <%= real_main_apt_source %> <%= lsbdistcodename %> main restricted universe multiverse
|
2009-12-17 15:53:27 +01:00
|
|
|
|
|
|
|
# updates
|
|
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-updates main restricted universe multiverse
|
|
|
|
|
|
|
|
# security suppport
|
|
|
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %>-security main restricted universe multiverse
|
|
|
|
|
|
|
|
|