voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 143 forks source link

Update default `download_url` #286

Closed alexjfisher closed 5 years ago

alexjfisher commented 5 years ago

Fixes #285

Also replace Variant[Stdlib::HTTPUrl, Stdlib::HTTPSUrl] with just Stdlib::HTTPUrl as that already allows https URLs.

alexjfisher commented 5 years ago

Supersedes https://github.com/voxpupuli/puppet-jira/pull/281