kindredgroup / puppet-forge-server

Private Puppet forge server supports local files and both v1 and v3 API proxies
69 stars 44 forks source link

Fix incompatibility with versions containing '-' dash (e.g. pupetlabs-apache-0.5.0-rc1) #52

Closed elconas closed 7 years ago

elconas commented 7 years ago

If a version retrieved from forge contains "dashes" (e.g. puppetlabs-apache-0.5.0-rc1), the split failes, and successiv calls to the backend return 404

i11 commented 7 years ago

Thanks!