postscripts/puppet_configure & postscripts/puppet_agent will install the wrong ca.pem (backed up by cronscripts/puppet_pull_client_certs) if site:PUPPETMASTER is changed.
Scripts needs to be updated to use ca.pem and the appropriate "ca signed agent cert" based on the client's puppetmaster setting (which is relevant to the client, not the setting in the site table on the xcat master node.)
postscripts/puppet_configure
&postscripts/puppet_agent
will install the wrongca.pem
(backed up bycronscripts/puppet_pull_client_certs
) if site:PUPPETMASTER is changed.Scripts needs to be updated to use
ca.pem
and the appropriate "ca signed agent cert" based on the client's puppetmaster setting (which is relevant to the client, not the setting in thesite
table on the xcat master node.)