document how to change puppet server
This commit is contained in:
@@ -50,3 +50,14 @@ And should then be passed in the command like::
|
||||
sshfs -o idmap=file,uidfile=/Users/talamoig/uidmap,nomap=ignore,ProxyJump=wmgt01.psi.ch talamo_i@puppet01:/ ~/puppetenvs
|
||||
|
||||
|
||||
Attach Node to Different Puppet Server
|
||||
--------------------------------------
|
||||
|
||||
For testing purpose you might change the Puppet server to which a test node is attached to. To do so do, change the ``server`` in the ``[main]`` section of ``/etc/puppetlabs/puppet/puppet.conf`` accordingly.
|
||||
|
||||
Then delete the current host and CA certficate and the CRL:
|
||||
|
||||
#. ``rm /etc/puppetlabs/puppet/ssl/certs/*``
|
||||
#. ``rm /etc/puppetlabs/puppet/ssl/crl.pem``
|
||||
|
||||
Finally run the puppet agent again.
|
||||
|
||||
Reference in New Issue
Block a user