Version information
released Jan 8th 2014
Start using this module
Add this module to your Puppetfile:
mod 'cyberious-windows_puppet', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
cyberious/windows_puppet — version 0.1.0 Jan 8th 2014
Puppet-Windows_puppet
Gives the ability to automate the download and upgrade/installation of puppet on Windows
class{'windows_puppet':
$version => '3.4.1'
}
RemoteURL can be provided but is only the base URL for the version.
class{'windows_puppet':
$version => '3.4.1'
$remoteUrl => 'http://downloads.puppetlabs.com/windows/'
$installDir => 'C:\software'
}
Utilizes Hiera backend as well if you would like to manage versions and sources
{
'windows_puppet::version':'3.4.2',
'windows_puppet::remoteUrl':'http://myalternateUrl',
'windows_puppet::installDir':'C:\temp'
}
If you do provide an alternate url please note that we assume that the msi is of the pattern 'puppet-version.msi'
Please log tickets and issues at our Projects site
Dependencies
- cyberious/pget (>= 0.1.3)
- puppetlabs/stdlib (>= 4.1.0)