removing unnecessary backslashes
This commit is contained in:
parent
e97942f2d6
commit
d0e478533c
1 changed files with 1 additions and 1 deletions
|
@ -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"',
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue