bd3b46ac07
File headers are there to indicate that the files should not be touched directly on the server. By changing the first sentence to "This file is managed by Puppet", we reinforce the idea that it is already taken care of by something else. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
13 lines
451 B
Text
13 lines
451 B
Text
# This file is managed 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
|
|
|
|
|