13 lines
420 B
Text
13 lines
420 B
Text
|
# This file is brought to you by puppet
|
||
|
|
||
|
# basic <%= lsbdistcodename %>
|
||
|
deb http://de.archive.ubuntu.com/ubuntu <%= lsbdistcodename %> main restricted universe multiverse
|
||
|
|
||
|
# 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
|
||
|
|
||
|
|