Skip to content

mbergmann/puppet-chocolatey

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a chocolatey package provider.  This is currently based on uncommited changes to the upstream chocolatey project pending approval in a PR.  These can be grabbed from rismoney/chocolatey to test this.  Those files are chocolatey.ps1 and chocolatey-version.ps1.  They can be found here - chocolatey-archive/chocolatey#119




Use it like this:

    class rich::packages {
      $pkglist = ['notepadplusplus', 'msysgit']

      package { $pkglist:
        ensure   => installed,
        provider => 'chocolatey',
      }
    }

About

Chocolatey package provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published