1## template:jinja
2## Note, this file is written by cloud-init on first boot of an instance
3## modifications made here will not survive a re-bundle.
4## if you wish to make changes you can:
5## a.) add 'apt_preserve_sources_list: true' to /etc/cloud/cloud.cfg
6##     or do the same in user-data
7## b.) add sources in /etc/apt/sources.list.d
8## c.) make changes to template file /etc/cloud/templates/sources.list.tmpl
9
10# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
11# newer versions of the distribution.
12deb {{mirror}} {{codename}} main restricted
13# deb-src {{mirror}} {{codename}} main restricted
14
15## Major bug fix updates produced after the final release of the
16## distribution.
17deb {{mirror}} {{codename}}-updates main restricted
18# deb-src {{mirror}} {{codename}}-updates main restricted
19
20## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
21## team. Also, please note that software in universe WILL NOT receive any
22## review or updates from the Ubuntu security team.
23deb {{mirror}} {{codename}} universe
24# deb-src {{mirror}} {{codename}} universe
25deb {{mirror}} {{codename}}-updates universe
26# deb-src {{mirror}} {{codename}}-updates universe
27
28## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
29## team, and may not be under a free licence. Please satisfy yourself as to
30## your rights to use the software. Also, please note that software in
31## multiverse WILL NOT receive any review or updates from the Ubuntu
32## security team.
33deb {{mirror}} {{codename}} multiverse
34# deb-src {{mirror}} {{codename}} multiverse
35deb {{mirror}} {{codename}}-updates multiverse
36# deb-src {{mirror}} {{codename}}-updates multiverse
37
38## N.B. software from this repository may not have been tested as
39## extensively as that contained in the main release, although it includes
40## newer versions of some applications which may provide useful features.
41## Also, please note that software in backports WILL NOT receive any review
42## or updates from the Ubuntu security team.
43deb {{mirror}} {{codename}}-backports main restricted universe multiverse
44# deb-src {{mirror}} {{codename}}-backports main restricted universe multiverse
45
46## Uncomment the following two lines to add software from Canonical's
47## 'partner' repository.
48## This software is not part of Ubuntu, but is offered by Canonical and the
49## respective vendors as a service to Ubuntu users.
50# deb http://archive.canonical.com/ubuntu {{codename}} partner
51# deb-src http://archive.canonical.com/ubuntu {{codename}} partner
52
53deb {{security}} {{codename}}-security main restricted
54# deb-src {{security}} {{codename}}-security main restricted
55deb {{security}} {{codename}}-security universe
56# deb-src {{security}} {{codename}}-security universe
57deb {{security}} {{codename}}-security multiverse
58# deb-src {{security}} {{codename}}-security multiverse
59