| Prior to Puppet 5.5.7, it was possible with the 'windows' provider for the Package resource to use HTTP sources on MSI packages. As of Puppet 5.5.7, this functionality no longer works. Example:
Error message:
Puppet 5.5.7 implemented https://tickets.puppetlabs.com/browse/PUP-6920, which allows for the working directory to be the same, which breaks the unintended functionality of the windows provider using a remote URI. It previously worked because MSI was actually handling the download of the installer rather than Puppet handling the download. |