
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 --evaltracetry on your machineexplain this command
-
puppet-agent:tldr:483f2 puppet-agent: Disable the agent.$ puppet agent --disable "${message}"try on your machineexplain this command
-
puppet-agent:tldr:49fcc puppet-agent: Run the agent in dry-mode.$ puppet agent --test --nooptry on your machineexplain this command
-
puppet-agent:tldr:6ea4a puppet-agent: Enable the agent.$ puppet agent --enabletry on your machineexplain this command
-
puppet-agent:tldr:8e9b7 puppet-agent: Run the agent once in the foreground, then exit.$ puppet agent --testtry on your machineexplain this command
-
puppet-agent:tldr:d5553 puppet-agent: Run the agent in the background (uses settings from `puppet.conf`).$ puppet agenttry on your machineexplain 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 machineexplain this command