Forrest logo
back to context overview

puppet-agent

List of commands for puppet-agent:

  • puppet-agent:tldr:41069 puppet-agent: Log every resource being evaluated (even if nothing is being changed).
    $ puppet agent --test --evaltrace
    try on your machine
    explain this command
  • puppet-agent:tldr:483f2 puppet-agent: Disable the agent.
    $ puppet agent --disable "${message}"
    try on your machine
    explain this command
  • puppet-agent:tldr:49fcc puppet-agent: Run the agent in dry-mode.
    $ puppet agent --test --noop
    try on your machine
    explain this command
  • puppet-agent:tldr:6ea4a puppet-agent: Enable the agent.
    $ puppet agent --enable
    try on your machine
    explain this command
  • puppet-agent:tldr:8e9b7 puppet-agent: Run the agent once in the foreground, then exit.
    $ puppet agent --test
    try on your machine
    explain this command
  • puppet-agent:tldr:d5553 puppet-agent: Run the agent in the background (uses settings from `puppet.conf`).
    $ puppet agent
    try on your machine
    explain this command
  • puppet-agent:tldr:f1be9 puppet-agent: Register a node at a Puppet server and apply the received catalog.
    $ puppet agent --test --server ${puppetserver_fqdn} --serverport ${port} --waitforcert ${poll_time}
    try on your machine
    explain this command
back to context overview