> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
fileserver.conf
manifests ===> site.pp
modules ===> giab061112
===> files ==> tmp
==> xxxxxxxxxxx.tar
manifests ==> init.pp
templates ==> etc files
ssl
> > puppet-users+unsubscribe@googlegroups.com.
> > > For more options, visit this group at
> > http://groups.google.com/group/puppet-users?hl=en.
> > >
> >
> >
>
> --
> You received this message because you are subscribed to the Google Groups "Puppet Users" group.
> To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/aeE-5g1vAWkJ.
> To post to this group, send email to puppet...@googlegroups.com.
> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
Dear Ygor,
Thank you for the guidance.
I didn't know we have to specify one... almost every single tutorial I visit didn't mention it :( bad...
http://pratikamin.wordpress.com/2011/05/24/turning-a-blueprint-puppet-recipe-into-a-puppet-deployment/
4. Edit /etc/puppet/manifests/site.pp, this is the default file
puppet looks for, and loads first. For now you probably want to do it in
here, but later put it into node.pp or something(assuming client name
is blogtest.test.com)
node vpsblueprint {
include vps_blueprint
}
node 'blogtest.test.com' inherits vpsblueprint{
}
This tells puppet for the client connecting with the hostname
blogtest.test.com it should use the vpsblueprint node, which includes
the vps_blueprint module.
I must say that I have not noticed tutorials to be systematically deficient in that regard. Puppetlabs's own cover the topic, and I don't recall seeing any full-blown tutorials that miss it. More narrowly-focused tutorials might omit it where it would be out of scope, of course.
John
info: Creating a new SSL key for giab10
warning: peer certificate won't be verified in this SSL session
info: Caching certificate for ca
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
info: Creating a new SSL certificate request for giab10Wow...
info: Certificate Request fingerprint (md5): FF:FF:...........
sudo rm -rf /etc/puppet/ssl/
giabadmin@giab10:~$ sudo puppet agent --server puppet --waitforcert 60 --test --verbose
or
sudo puppet agent --test
err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
warning: Not using cache on failed catalog
Without a default node definition as an absolute minimum,
what is the Puppet Master supposed to do when queried by the Puppet Client/Agent ?
I believe it will do exactly what your servers are doing: bupkis !
By the way,
sudo puppetd -tdv did this again I receive the same SSL error....
My /etc/hosts on client looks like this134.74.77.21 ghive-ldap.domain.com ghive-ldap puppet
On the client I have this127.0.0.1 localhost
127.0.1.1 ghive-ldap
10.10.0.57 ghive-ldap.domain.com ghive-ldap
10.10.0.57 ghive-ldap.domain.com puppet <--------- I added this line myself
10.10.0.56 giab10