e2578c3b98
Currently, it's either we use the default source that's hardcoded in the sources.list template or we redefine entirely this template. Make it easier to just change the URL of the apt source while using the rest of the default template by adding a $main_apt_source variable. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
13 lines
458 B
Text
13 lines
458 B
Text
# This file is brought to you by puppet
|
|
# all local modifications will be overwritten
|
|
|
|
# basic <%= lsbdistcodename %>
|
|
deb <%= real_main_apt_source %> <%= 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
|
|
|
|
|