(CONT-844) - Update .sync.yml
[puppet-modules/puppetlabs-apt.git] / manifests / setting.pp
index aa1616162c11b34db8ec2a600c9830cbb4f94580..a3fc3630bd5b6e3f4a1f0c9c40ae1c621217d60b 100644 (file)
@@ -55,8 +55,8 @@ define apt::setting (
     $_priority = $priority
   }
 
-  $_path = $::apt::config_files[$setting_type]['path']
-  $_ext  = $::apt::config_files[$setting_type]['ext']
+  $_path = $apt::config_files[$setting_type]['path']
+  $_ext  = $apt::config_files[$setting_type]['ext']
 
   if $notify_update {
     $_notify = Class['apt::update']