summaryrefslogtreecommitdiff
path: root/templates/sources.list.tmpl
diff options
context:
space:
mode:
authorChuck Short <zulcss@ubuntu.com>2009-04-06 23:04:47 +0100
committerBazaar Package Importer <jamesw@ubuntu.com>2009-04-06 23:04:47 +0100
commit406eb2f8e235c7e24b7eeb1c044ef64741f0569b (patch)
tree4fe1d272d1e0329b44b4c62bc95954cb68c01d7f /templates/sources.list.tmpl
parentc680ae126b2767a212b60a636ec97aba012c4279 (diff)
downloadvyos-cloud-init-406eb2f8e235c7e24b7eeb1c044ef64741f0569b.tar.gz
vyos-cloud-init-406eb2f8e235c7e24b7eeb1c044ef64741f0569b.zip
* ec2-set-apt-sources.py:
- Use a template to generate the sources.list and generate it based on the lsb_release.
Diffstat (limited to 'templates/sources.list.tmpl')
-rw-r--r--templates/sources.list.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/sources.list.tmpl b/templates/sources.list.tmpl
new file mode 100644
index 00000000..bd999dda
--- /dev/null
+++ b/templates/sources.list.tmpl
@@ -0,0 +1,4 @@
+deb $mirror $codename main universe
+deb $mirror $codename-updates main universe
+deb http://security.ubuntu.com/ubuntu $codename-security main restricted
+deb-src http://security.ubuntu.com/ubuntu $codename-security main restricted