94acd79ea0
Because some of our virtual machine providers have perverse ideas about maintaining their own mirrors of security update package repositories, which is widely acknowledged[*] as an unsafe practice, it's easiest to just fix this with a consistent sources.list file across all our servers and not bother with package mirrors for now. Note this should not affect our single-use workers as they do not apply the openstack_project::server class. [*] http://askubuntu.com/questions/646853 Change-Id: I26c1ba0e0b6366249b9634f85bb54ed412ecb789
14 lines
792 B
Plaintext
14 lines
792 B
Plaintext
# This file is kept updated by puppet, adapted from
|
|
# http://ubuntuguide.org/wiki/Ubuntu_Trusty_Packages_and_Repositories
|
|
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty main restricted
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-updates main restricted
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty universe
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-updates universe
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty multiverse
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-updates multiverse
|
|
deb http://us.archive.ubuntu.com/ubuntu trusty-backports main restricted universe multiverse
|
|
deb http://security.ubuntu.com/ubuntu trusty-security main restricted
|
|
deb http://security.ubuntu.com/ubuntu trusty-security universe
|
|
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
|