"This commit changes the workflow trigger for pull requests to pull_request_target"
[puppet-modules/puppetlabs-apt.git] / examples / backports.pp
index fe77da39653e185179b69cfd225d1a87aec5bf48..ff566666290fd7c5282ba15bfa031a2627c59b09 100644 (file)
@@ -1,10 +1,11 @@
-# Set up a backport for linuxmint qiana
-apt::backports { 'qiana':
+# 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 => 'pgp.mit.edu',
+    server => 'keyserver.ubuntu.com',
   },
 }