ReleaseEngineering/Puppet/Usage: Difference between revisions

Jump to navigation Jump to search
m
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
  rm -rf /var/lib/puppet/ssl
  find /var/lib/puppet/ssl -type f -delete
  # for mac
  # for mac
  rm -rf /etc/puppet/ssl
  find /etc/puppet/ssl -type f -delete


== Our Puppet Manifests ==
== Our Puppet Manifests ==
Confirmed users
1,989

edits

Navigation menu