Service Manual

Table Of Contents
Puppet Agent Configuration Scripts
This section describes about the various Puppet Agent configuration scripts:
puppet-config
To configure or make changes to the agent’s parameters, use the puppet-config script.
puppet-config [-d] option=value
Following are the mandatory puppet configuration options:
agentrestipaddr : IP address to be used for rest apis.
The default IP address is 127.0.0.1.
agentrestpasswd : Password of the user given in agentrestuser.
agentrestport : Port number to be used for rest apis.
The default port is 8008.
agentrestproto : Protocol (http or https) to be used for rest apis.
The default protocol is HTTP.
agentrestuser : Username to be used for the rest apis.
The default username is the Puppet user.
agentsyncinterval : Interval in minutes at which the Dell puppet agent
daemon should poll the master.
The default time interval is 60.
certname : Certname of the puppet agent running in the device.
server : Hostname/IP address of the puppet master.
puppet-show
To view the agent-daemon status, use the puppet-show script.
puppet-show config | log | status
Following are the show puppet options:
config : Show the Dell puppet agent config
log : Show the logs of Dell puppet agent daemon
status : Show the status of Dell puppet agent daemon
puppet-agent
To perform the agent specific operations, use the puppet-agent script.
puppet-agent clear-ssl | pause | poll-master | resume
Following are the puppet agent options:
clear-ssl : Clear puppet agent ssl certificates
pause : Request Dell puppet agent daemon to pause from polling
master
poll-master : Run puppet agent now to get config from master
resume : Request Dell puppet agent daemon to resume polling master
if it is paused
Puppet
69