diff options
author | Scott Moser <smoser@brickies.net> | 2016-08-05 17:19:58 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-08-05 17:19:58 -0400 |
commit | 78ec0f0c03edaba50aa3383b612520061cd94429 (patch) | |
tree | ad43c044715cecc4b7e0cb8e92f677f6769b4877 /templates | |
parent | 42bed116b411eb25ebd8368b2b4ed6c56ffd85e7 (diff) | |
download | vyos-cloud-init-78ec0f0c03edaba50aa3383b612520061cd94429.tar.gz vyos-cloud-init-78ec0f0c03edaba50aa3383b612520061cd94429.zip |
revert unintended change to ubuntu sources list
templates/sources.list.ubuntu.tmpl was inadvertantely
changed in a previous commit. Simply revert to older version.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sources.list.ubuntu.tmpl | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/templates/sources.list.ubuntu.tmpl b/templates/sources.list.ubuntu.tmpl index a0b350df..d8799726 100644 --- a/templates/sources.list.ubuntu.tmpl +++ b/templates/sources.list.ubuntu.tmpl @@ -43,61 +43,6 @@ deb-src {{mirror}} {{codename}}-updates multiverse deb {{mirror}} {{codename}}-backports main restricted universe multiverse deb-src {{mirror}} {{codename}}-backports main restricted universe multiverse -## -## "entries" are mega things that can get rendered into sources.list format. -## pocket_aliases allow for 'release' or 'updates' rather than -## {{codename}} and {{codename}}-released -## -## -## one thing not done here is that for 'entry' rendering -## the components cannot vary per pocket. -## ie, each pocket (release or updates) will have the same -## list of components -apt: - pocket_aliases: - release: {{codename}} - updates: {{codename}}-updates - proposed: {{codename}}-proposed - backports: {{codename}}-backports - security: {{codename}}-security - sources: - main: - path: "/etc/apt/sources.list" - # if entries is present, then we render each of the entries defined. - entries: [primary, security] - key: yourkey - my-repo2.list: - # use source as it would before (supporting templates there) - # and entries can be in their rendering namespace - source: deb $primary.mirror $RELEASE multiverse - - entries: - primary: - mirrors: - - arches: [i386, amd64] - mirror: http://archive.ubuntu.com/ubuntu - search: - - http://%(ec2_region)s.ec2.archive.ubuntu.com/ubuntu - - http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu - - http://%(region)s.clouds.archive.ubuntu.com/ubuntu - - arches: [default] - mirror: http://ports.ubuntu.com/ubuntu-ports - search: [] - pockets: [release, updates, proposed, backports] - components: [main, restricted, universe, multiverse] - types: [deb, deb-src] - - security: - mirrors: - - arches: [default] - mirror: http://archive.ubuntu.com/ubuntu - pockets: [securityrelease, updates, proposed, backports] - components: [main, restricted, universe] - types: [deb, deb-src] - - primary: - mirror - deb {{security}} {{codename}}-security main restricted deb-src {{security}} {{codename}}-security main restricted deb {{security}} {{codename}}-security universe |