By doing the `puppet cert list --all` command, I can see a list of all of the nodes that my Puppet server manages. However, some of these nodes might be decomissioned, not having "checked in" with the Puppet server for a long time. Is there some command I can type to find that out? I want to audit my Puppet configuration and clean out any extraneous certs.
↧