certificate - Puppet master does not receive cert request from client -


netstat shows puppet master listening on port 8140

the client configured shown here:

# /etc/hosts file: 192.xx.xx.xx   bt-ppt-client 192.yy.yy.yy   bt-ppt-master  # /etc/puppet/puppet.conf (agent section) server = puppet report = true pluginsync = true  # set puppet agent run on boot: chkconfig puppet on puppet agent --daemonize 

this done root user. run 'puppet cert list' on puppet master , not find cert requests.

without more information, answer can't conclusive. believe problem line :

server = puppet 

how client know puppet ? /etc/hosts shows master hostname bt-ppt-master. either change hostname of puppet-master machine puppet.org.name or alias bt-puppet-master puppet. line in /etc/hosts may this

192.yy.yy.yy   bt-ppt-master puppet 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -