Fixed several lint warnings and errors
[puppet-modules/puppetlabs-apt.git] / tests / key.pp
index cc90f909c091f2ee56700b6c91bcc3aae9a5ebea..9dd574b2a3469c3d730e9e07a89ebbd132383813 100644 (file)
@@ -1,6 +1,6 @@
 # Declare Apt key for apt.puppetlabs.com source
 apt::key { 'puppetlabs':
-  key        => '4BD6EC30',
-  key_server => 'pgp.mit.edu',
-  key_options => "http-proxy=\"http://proxyuser:proxypass@example.org:3128\"",
+  key         => '4BD6EC30',
+  key_server  => 'pgp.mit.edu',
+  key_options => 'http-proxy=\"http://proxyuser:proxypass@example.org:3128\"',
 }