voxpupuli / puppet-staging

⛔️ Deprecated in favor of puppet-archive
https://forge.puppet.com/puppet/archive
Apache License 2.0
51 stars 109 forks source link

Fetching a URL with query parameters fails #13

Closed celkins closed 10 years ago

celkins commented 11 years ago

Source URLs are given to curl/wget unescaped, so shell metacharacters break the command.

nanliu commented 10 years ago

Fixed by #15.