# puppet-chocolatey **Repository Path**: mirrors_haf/puppet-chocolatey ## Basic Information - **Project Name**: puppet-chocolatey - **Description**: Chocolatey package provider - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README puppet-chocolatey ===================== ** Member of the rismoney suite of Windows Puppet Providers ** This is a chocolatey package provider. Use it like this: class rich::packages { $pkg = 'notepadplusplus' package { $pkg: ensure => installed, provider => 'chocolatey', install_options => '-pre' } } * this is now versionable so ensure => '1.0' will work * this is upgradeable * supports latest (checks upstream), absent (uninstall) * supports install_options for pre-release, other cli