Puppet Disable puppet agent temporarily

0 votes
I need to troubleshoot a few things in puppet and for this i need to disable a puppet agent temporarily. How do i do this?
Aug 30, 2019 in Puppet by Dimple
11,274 views

1 answer to this question.

0 votes

Sometimes,you might need to temporarily disable the Puppet agent from running.

  • Start a command prompt with Run as administrator.

  • To disable the agent, run:

puppet agent --disable "<MESSAGE>"
  • To enable the agent, run:

puppet agent --enable
answered Aug 30, 2019 by Sirajul
• 59,230 points
como puedo comprobar que esta deshabilitado con la instruccion que comentas?

Puede ejecutar el siguiente comando para verificar si el agente de marionetas está habilitado o deshabilitado

"puppet agent -t"

espero que esto ayude

¿Cómo está la situación de la corona en su área? ¿Tú también trabajas desde casa? @Spike

Related Questions In Puppet

+1 vote
1 answer

Steps to trigger puppet agent from jenkins

Heyy @Hannah,  First, you need to create Jenkins slave, ...READ MORE

answered Dec 16, 2018 in Puppet by Kiyara
3,559 views
0 votes
1 answer

What is the use of etckeeper-commit-post and etckeeper-commit-pre on Puppet Agent?

Hey @Pallavi,  etckeeper-commit-post: In this configuration file you can ...READ MORE

answered Feb 15, 2019 in Puppet by Simran
947 views
0 votes
1 answer

How does Puppet apply configuration to agent nodes?

Puppet follows this workflow: There is a factor ...READ MORE

answered Mar 8, 2019 in Puppet by Veena
960 views
0 votes
1 answer

How does puppet communicate with agent nodes?

Hey @Nisha, Puppet server manages the client's ...READ MORE

answered Mar 8, 2019 in Puppet by Vignesh
499 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,504 views
+2 votes
1 answer
0 votes
1 answer

How can i check the requests of certificates from puppet agent to puppet master?

You could do this by executing the ...READ MORE

answered Jul 24, 2019 in Puppet by Sirajul
• 59,230 points
2,573 views
0 votes
1 answer

How can Puppet agent nodes and Puppet masters communicate with each other?

Puppet agent nodes and Puppet masters communicate ...READ MORE

answered Jul 30, 2019 in Puppet by Sirajul
• 59,230 points
1,800 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP