How to Generate a Puppet Certificate with DNS Alt Names

(for use with creating additional compilers) If you aren’t using the curl method, use the puppet certificate generation method (note: make sure the ssl dir is clean): puppet certificate generate <fqdn> –ca-location remote –dns-alt-names <comma separated dns alt name list> Then approve through the same methods on the master puppet cert... [Read More]

Hyper-V and the Virtual Floppy

I’ve been working on automating builds in Hyper-V using Powershell and given that for some reason every OS seems to need either a PXE setup or a floppy disk to auto-provision, I took the road that took fewer additional servers/services. To create virtual floppy disk, perfect for kickstart and unattend.xml... [Read More]
Tags: hyper-v tech