cyberious-windows_puppet

Update Puppet on windows systems


Keywords
puppet, windows, update, powershell, msi
License
Apache-2.0
Install
puppet module install cyberious-windows_puppet --version 0.1.0

Documentation

Puppet-Windows_puppet

Build Status

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