PROBLEM:
Node doesn't appear in the console.
Running the agent throws this
error:
[root@<managed_node> ~]#
puppet agent -t
Info: Not using expired certificate
for ca from cache; expired at 2019-10-07 16:57:13 UTC
Info: Not using expired certificate
for ca from cache; expired at 2019-10-07 16:57:13 UTC
. . .
SOLUTION:
rm
/etc/puppetlabs/puppet/ssl/certs/ca.pem
puppet agent -t
EOS