Blog
How to Use Chocolatey Windows Package Management
Chocolatey lets you manage all aspects of Windows software: installation, configuration, upgrading, and uninstalling. It works with runtime binaries, zips and existing installer technologies like MSI, NSIS and InnoSetup. Chocolatey takes advantage of PowerShell automation to turn complex tasks into simple function calls.
In this post, we'll take a look at how you can use Puppet to configure and control the Chocolatey package manager.
Infrastructure Automation, Configuration Management
Blog
Windows Configuration Management: Tools, Options + How to Do Configuration Management on Windows
Installing software and managing services across multiple Windows machines can be a nightmare — if done manually. Thankfully, Puppet can automatically install and update Windows software and ensure services are configured correctly across multiple machines in your infrastructure.
Configuration Management, Windows