Automate Server Patching with Puppet (Part 2)
In the first blog post I made about this, I showed how to patch windows 3rd party software like, notpad++, windirstat and other software utilizing puppet and chocoloatey on windows. However, the next part of the solution was to deploy windows patches as the name suggests. This part of the equation was a bit more challenging, but well worth the effort. For help setting up puppet and chocolatey refer to the previous blog post . When patching windows security patches, most of them are not on the chocolatey website ready to go, so I choose to build my own repository of patches using a internal NuGet server. Getting NuGet up and running requires Visual Studio. In my case I utilized the community edtion (Free). During the install you have to pick which components you want to install. See below: Once you get visual studio prepare, your ready to head over to the microsoft project site and build the package on your own IIS instance. I won...