Confirmed users
1,989
edits
| Line 28: | Line 28: | ||
If the slaves have to be moved between masters be sure to remove the certs after you modify this file and before their next reboot. You may also need to do 'puppetca --clean <FQDN>' on the new puppet master. | If the slaves have to be moved between masters be sure to remove the certs after you modify this file and before their next reboot. You may also need to do 'puppetca --clean <FQDN>' on the new puppet master. | ||
# for linux | # for linux | ||
find /var/lib/puppet/ssl -type f -delete | |||
# for mac | # for mac | ||
find /etc/puppet/ssl -type f -delete | |||
== Our Puppet Manifests == | == Our Puppet Manifests == | ||