diff options
author | Ben Howard <ben.howard@canonical.com> | 2015-11-02 08:41:03 -0700 |
---|---|---|
committer | Ben Howard <ben.howard@canonical.com> | 2015-11-02 08:41:03 -0700 |
commit | 7abe33a70e9fc369e1f90b5593e8cef891ca2122 (patch) | |
tree | 3d3aaa8ce35d5b195c8da25939c3a38866604ae0 /templates | |
parent | e567bc7bf9437e2b85148b1f36be6e89f3e17ca2 (diff) | |
download | vyos-cloud-init-7abe33a70e9fc369e1f90b5593e8cef891ca2122.tar.gz vyos-cloud-init-7abe33a70e9fc369e1f90b5593e8cef891ca2122.zip |
Fixed per MP review
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sources.list.ubuntu.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sources.list.ubuntu.tmpl b/templates/sources.list.ubuntu.tmpl index 28d5a4d0..3fec51d3 100644 --- a/templates/sources.list.ubuntu.tmpl +++ b/templates/sources.list.ubuntu.tmpl @@ -41,9 +41,9 @@ deb-src {{mirror}} {{codename}}-updates universe ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb {{mirror}} {{codename}}-backports main -deb-src {{mirror}} {{codename}}-backports universe +deb-src {{mirror}} {{codename}}-backports main deb {{mirror}} {{codename}}-backports universe -deb-src {{mirror}} {{codename}}-backports main universe +deb-src {{mirror}} {{codename}}-backports universe ## Uncomment the following two to add software from the 'backports' ## multiverse and restricted repositories. |