Tag: printergenerator
-
Revision of PrinterGenerator for Munki
Back in 2015, Nick McSpadden created (now-archived) PrinterGenerator, which ran a Python 2 script to create a bunch of Munki nopkgs to install printers using the lpadmin command. Eventually, because Nick wasn’t using the script and because macOS no longer came with Python, Nick retired the project. I’m also not using it, either, but on…
-
Avoiding a .csv error with PrinterGenerator
PrinterGenerator is one of the automated scripts for adding printers to Munki. It’s pretty cool—you just put together a .csv of your printers and their IP addresses, and then run the script on the .csv, and all the pkginfo files for the printers will generate. I did run into one snag, though, which is using…