X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fbackports.pp;h=ff566666290fd7c5282ba15bfa031a2627c59b09;hb=4693935070a458268200edcb42fdbc9bdc7f9888;hp=464090415c47109523e91779d4f40e19495c9cf1;hpb=463a61c0ab85e93d7d8c0dca90784570a39d83f7;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/backports.pp b/examples/backports.pp index 4640904..ff56666 100644 --- a/examples/backports.pp +++ b/examples/backports.pp @@ -1 +1,11 @@ -# TODO +# Set up a backport for Linux Mint qiana +class { 'apt': } +class { 'apt::backports': + location => 'http://us.archive.ubuntu.com/ubuntu', + release => 'trusty-backports', + repos => 'main universe multiverse restricted', + key => { + id => '630239CC130E1A7FD81A27B140976EAF437D05B5', + server => 'keyserver.ubuntu.com', + }, +}