Remove default support for Linux Mint and Cumulus Networks
[puppet-modules/puppetlabs-apt.git] / manifests / source.pp
index 24d0ae4b8dff795d874ee1b588170ed544e0eced..40fc015bb6e8a194038d50e1f7444cb0bfc965b8 100644 (file)
@@ -59,7 +59,7 @@ define apt::source(
     } else {
       fail('Received invalid value for pin parameter')
     }
-    create_resources('apt::pin', { $name => $_pin })
+    create_resources('apt::pin', { "${name}" => $_pin })
   }
 
   # We do not want to remove keys when the source is absent.