X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=examples%2Fbackports.pp;h=66e08e34c29f8dcfc25773308987e1902c5522df;hb=db6c9e81e256324fbd17c911bf933c7a298af43a;hp=5f1f1ee18d57ba56476a2486ab03ac180397fcee;hpb=1e1e4b566ed2b7ce7c822365e32b26974afbc756;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/examples/backports.pp b/examples/backports.pp index 5f1f1ee..66e08e3 100644 --- a/examples/backports.pp +++ b/examples/backports.pp @@ -1,6 +1,6 @@ -# Set up a backport for linuxmint qiana +# Set up a backport for Linux Mint qiana class { 'apt': } -apt::backports { 'qiana': +class { 'apt::backports': location => 'http://us.archive.ubuntu.com/ubuntu', release => 'trusty-backports', repos => 'main universe multiverse restricted',