This is a total newbie trying to setup something for his lab.... I think
this would also help many people out there..
*
Part I. *
I reinstalled puppetmaster and puppet on the master and client machine.
Here is the /etc/hosts for the master
127.0.0.1 localhost
127.0.1.1 ghive-ldap
10.10.0.57 ghive-ldap.abc.edu ghive-ldap
#10.10.0.57 ghive-ldap.abc.edu puppet
10.10.0.56 giab10
You see the line I commented out? In many tutorials, they say put the
default puuet after there. I am not sure if I am supposed to do that
(repeating a line like that...)? Everything else is default (our sys admin
sets up that way...)
Here is the /etc/hosts on the client
127.0.0.1 localhost
127.0.1.1 giab10
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
130.55.57.51 ghive-ldap
I can ping puppet, ghive-ldap, giab10.....
So for this step one... how am I supposed to tweak things??? Uncomment what
I have?
----------------
*Part II.
*
I started puppetmaster on the master machine like this
Then on client:
sudo puppet agent --server ghive-ldap --waitforcert 60 --test --verbose
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
warning: peer certificate won't be verified in this SSL session
It hangs there, so back to master and check the cert list
sudo puppet cert --list
I got none!
By the way, I have to add double dash in front of list, because of this:
sudo puppet cert list
Invalid method to apply
So what should I do? I am not sure where the Doc covers this...
Should I issue sudo puppetca --sign giab10 on the master???
Please guide me through this. Thanks!
--
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/-/jWD3_YwGhcsJ.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.