Release prep v9.1.0
[puppet-modules/puppetlabs-apt.git] / manifests / backports.pp
index 1a9ea1bcaefb4c629209cc25543b9e63308d6757..0ef45333d5ae87b3cf7debd89d18b32bdf05432a 100644 (file)
@@ -76,7 +76,7 @@ class apt::backports (
     }
   }
   unless $location {
-    $_location = $::apt::backports['location']
+    $_location = $apt::backports['location']
   }
   unless $release {
     if fact('os.distro.codename') {
@@ -86,10 +86,10 @@ class apt::backports (
     }
   }
   unless $repos {
-    $_repos = $::apt::backports['repos']
+    $_repos = $apt::backports['repos']
   }
   unless $key {
-    $_key =  $::apt::backports['key']
+    $_key =  $apt::backports['key']
   }
 
   if $pin =~ Hash {