modules/apt/tests/key.pp in freighthop-0.3.3 vs modules/apt/tests/key.pp in freighthop-0.4.0
- old
+ new
@@ -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\"",
}