diff --git a/admin-guide/puppet/development.rst b/admin-guide/puppet/development.rst index 2eb7f661..e6b95d5a 100644 --- a/admin-guide/puppet/development.rst +++ b/admin-guide/puppet/development.rst @@ -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.