justicel / puppet-couchbase

Puppet couchbase module for auto-scaling of couchbase with puppet
9 stars 30 forks source link

params: remove trailing slash in $download_url_base #24

Closed lucab closed 9 years ago

lucab commented 9 years ago

A spurious trailing slash in $download_url_base resulted in a double-slash in the URL passed to curl. The endpoint server doesn't like such URL and replies with a AccessDenied error code, making installation fail. Removing the trailing slash in the base URL fixes it.

Signed-off-by: Luca Bruno lucab@debian.org

justicel commented 9 years ago

Resolved in another pull request. Thanks!