Add testing, docs, and examples for backports
[puppet-modules/puppetlabs-apt.git] / examples / backports.pp
1 # Set up a backport for linuxmint qiana
2 apt::backports { 'qiana':
3   location => 'http://us.archive.ubuntu.com/ubuntu',
4   release  => 'trusty-backports',
5   repos    => 'main universe multiverse restricted',
6   key      => {
7     id     => '630239CC130E1A7FD81A27B140976EAF437D05B5',
8     server => 'pgp.mit.edu',
9   },
10 }