mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
puppet-agent: add --disable and --enable examples (#7787)
This commit is contained in:
parent
8e149127b0
commit
3ed8d563bc
1 changed files with 8 additions and 0 deletions
|
@ -22,3 +22,11 @@
|
|||
- Log every resource being evaluated (even if nothing is being changed):
|
||||
|
||||
`puppet agent --test --evaltrace`
|
||||
|
||||
- Disable the agent:
|
||||
|
||||
`puppet agent --disable "{{message}}"`
|
||||
|
||||
- Enable the agent:
|
||||
|
||||
`puppet agent --enable`
|
||||
|
|
Loading…
Add table
Reference in a new issue