removing unnecessary backslashes

This commit is contained in:
Ryan Culbertson 2013-09-05 00:28:53 -04:00
parent e97942f2d6
commit d0e478533c

View file

@ -2,5 +2,5 @@
apt::key { 'puppetlabs':
key => '4BD6EC30',
key_server => 'pgp.mit.edu',
key_options => 'http-proxy=\"http://proxyuser:proxypass@example.org:3128\"',
key_options => 'http-proxy="http://proxyuser:proxypass@example.org:3128"',
}