[Puppet Users] newbie having troubles getting started: where is puppetmasterd?

2014-12-12 Thread Jeff Silverman
I am trying to build a puppet system for the first time, and I am having a problem creating my puppet.conf file. I am working on Ubuntu 12.04 LTS for my puppet master, and Centos 7 for my agents. Insofar as I can tell, there is no certificate on the puppet master. The reason why I think so is

[Puppet Users] Re: Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key

2013-05-29 Thread Jeff Silverman
I see my mistake. On the client, I should have deleted /var/lib/puppet/ instead of /var/lib/puppet/ssl. Deleting /var/lib/puppet/ cleared the issue. Also, the command puppetca --clean cert CLIENT is outdated. The new command is puppet cert clean CLIENT_FQDN where CLIENT_FQDN is the client'

[Puppet Users] Re: Could not request certificate: Retrieved certificate does not match private key; please remove certificate from server and regenerate it with the current key

2013-05-29 Thread Jeff Silverman
How do you delete the cert on the server? I've tried several approaches, and none of them seem to work. rm /var/lib/puppet/ssl/ca/signed/centos-6-4.commercialventvac.com.pem failed. puppetca –clean centos-6-4.commercialventvac.com.pem Required that I install puppet-common which I did and t