Remove a compiler from your Puppet infrastructure in Puppet Enterprise.
Version and installation information
PE version: All supported
Solution
Follow the steps to remove either a compiler or a legacy compiler in PE. The step to run: puppet agent –t
, restarts the PE services, including PuppetDB.
Remove a compiler in PE by following these steps:
-
On the compiler server, run:
/opt/puppetlabs/bin/puppet-enterprise-uninstaller
-
To remove the node on the primary server, run:
puppet node purge <compilernode>
-
On the primary server, run:
puppet agent –t
To remove a legacy compiler in PE, follow these steps:
-
On the compiler server, run:
/opt/puppetlabs/bin/puppet-enterprise-uninstaller
-
In the PE console, unpin the compiler from the PE Master node group.
-
To remove the node on the primary server, run:
puppet node purge <compilernode>
-
On the primary server, run:
puppet agent –t
How can we improve this article?
0 comments
Please sign in to leave a comment.
Related articles