Version information
released Apr 27th 2016
This version is compatible with:
- Puppet Enterprise 3.2.x
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'openinfrastructure-http_msi', '4.0.3'
Learn more about managing modules with a PuppetfileDocumentation
openinfrastructure/http_msi — version 4.0.3 Apr 27th 2016
Puppet HTTP MSI Fix
This module provides a fix for PUP-3317. Install this module into your control repository, or however you manage modules, and then use plugin sync to get the code to all of your agents.
This module does one thing only, and that is monkey-patches the Windows MSI package provider so that source parameters do not have their value munged if they're a valid URI string. This allows the following to work on windows.
package { '7zip':
ensure => installed,
source => 'http://127.0.0.1:8000/packages/7zip.msi',
}
Author
Jeff McCune of Open Infrastructure Services