Quantcast
Channel: Ask Puppet: Puppet DevOps Q&A Community - RSS feed
Viewing all articles
Browse latest Browse all 6104

How do I get Puppet Master to run a manifest against a Puppet agent node?

$
0
0
I am trying to run a Puppet manifest for the first time on two new servers. But I keep getting errors. I recently set up two CentOS v7 servers. I configured them to have have passwordless SSH between them. Ports 22, 443, 8140, and 6160 are all open between the servers. I have Puppet Master 3.8 on one server. I have Puppet Agent 3.8 on another server. I am using the open source of Puppet. The OpenSSL that is installed is from February 2013. I'd like to not upgrade OpenSSL. I did an nslookup on the IP addresses of both servers. Both returned the correct DNS names. I have /etc/hosts files on both servers with entries of the other server. On the Puppet Agent server, I have a Puppet.conf file with an entry like this in the master section: server = FQDNOfPuppetMaster On the Puppet Agent server, I have a Puppet.conf file with an entry like this in the agent section: server = FQDNOfPuppetAgent On the Puppet Agent server I requested a certificate. I signed it on the Puppet Master server. Manifests won't run. Here is what I get when I run my manifest (puppet agent -t newManifest.pp --server=x.x.x.x) to compile it into the catalog on the Puppet Master server: Warning: Unable to fetch my node definition, but the agent run will continue: Warning: SSL_connect returned=1 errno=0 state=SSLv2/v3 read sever hello A: unknown protocol Info: Retrieving plugin facts Error: /File[/var/lib/puppet/facts.d]: Failed to generate additional resources using 'eval_generate : SSL_Connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol ... I ran the puppet agent command as root. x.x.x.x was the IP address of the Puppet Agent server. There is no evidence that it ran on the Puppet Agent server. I run puppet agent -t verbose on the Puppet Agent server. I can ping each server from the other. I can SSH to each server from the other. What am I doing wrong?

Viewing all articles
Browse latest Browse all 6104

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>