summaryrefslogtreecommitdiff
path: root/code/environments/production/modules/apt/examples/backports.pp
blob: 5f1f1ee18d57ba56476a2486ab03ac180397fcee (plain)
1
2
3
4
5
6
7
8
9
10
11
# Set up a backport for linuxmint qiana
class { 'apt': }
apt::backports { 'qiana':
  location => 'http://us.archive.ubuntu.com/ubuntu',
  release  => 'trusty-backports',
  repos    => 'main universe multiverse restricted',
  key      => {
    id     => '630239CC130E1A7FD81A27B140976EAF437D05B5',
    server => 'hkps.pool.sks-keyservers.net',
  },
}