Comment 9 for bug 1177432

Revision history for this message
Ben Howard (darkmuggle-deactivatedaccount) wrote : Re: [SRU] Enable backports in cloud-init archive template

In re to #7/#8, the handling of selections from backports will _NOT_ be changed.

Users will have to specifically opt-in to selecting packages.

i.e to get regular ansible:
   $ sudo apt-get install ansible

Whereas are the following examples are valid for pulling from backports
  $ sudo apt-get -t trusty-backports install ansible
  $ sudo apt-get install lxd/trusty-backports