]> git.openstreetmap.org Git - chef.git/blob - cookbooks/apt/apt/templates/default/sources.list.erb
Add apache cookbook
[chef.git] / cookbooks / apt / apt / templates / default / sources.list.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %> main restricted
4 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %> main restricted
5
6 ## Major bug fix updates produced after the final release of the
7 ## distribution.
8 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-updates main restricted
9 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-updates main restricted
10
11 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
12 ## team. Also, please note that software in universe WILL NOT receive any
13 ## review or updates from the Ubuntu security team.
14 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %> universe
15 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %> universe
16 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-updates universe
17 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-updates universe
18
19 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
20 ## team, and may not be under a free licence. Please satisfy yourself as to 
21 ## your rights to use the software. Also, please note that software in 
22 ## multiverse WILL NOT receive any review or updates from the Ubuntu
23 ## security team.
24 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %> multiverse
25 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %> multiverse
26 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-updates multiverse
27 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-updates multiverse
28
29 ## Uncomment the following two lines to add software from the 'backports'
30 ## repository.
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-backports main restricted universe multiverse
37 deb-src http://<%= node.country %>.archive.ubuntu.com/ubuntu/ <%= node.lsb.codename %>-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository. This software is not part of Ubuntu, but is
41 ## offered by Canonical and the respective vendors as a service to Ubuntu
42 ## users.
43 # deb http://archive.canonical.com/ubuntu <%= node.lsb.codename %> partner
44 # deb-src http://archive.canonical.com/ubuntu <%= node.lsb.codename %> partner
45
46 deb http://security.ubuntu.com/ubuntu <%= node.lsb.codename %>-security main restricted
47 deb-src http://security.ubuntu.com/ubuntu <%= node.lsb.codename %>-security main restricted
48 deb http://security.ubuntu.com/ubuntu <%= node.lsb.codename %>-security universe
49 deb-src http://security.ubuntu.com/ubuntu <%= node.lsb.codename %>-security universe
50 deb http://security.ubuntu.com/ubuntu <%= node.lsb.codename %>-security multiverse
51 deb-src http://security.ubuntu.com/ubuntu <%= node.lsb.codename %>-security multiverse