Hi

New to puppet. I am trying to do some testing. I have a centos 6.7 
installed VM. I have setup the puppet repo's

Then installed puppetserver-2.2.1-1.el6.noarch 

I edited this 
/etc/puppetlabs/puppet/puppet.conf
added in 

[main]
dns_alt_names=puppet,puppet.abc.com


the FQDN for the machine is ybosnort.abc.com so I thought I would need that.

then
! I believe to make the agent always run 
puppet resource service puppet ensure=running enable=true

puppet resource package puppet-server ensure=latest

came up with some errors 

/opt/puppetlabs/bin/puppet agent --test
Info: Using configured environment 'production'
Info: Retrieving pluginfacts
Info: Retrieving plugin
Info: Caching catalog for ybosnort.abc.com
Info: Applying configuration version '1452136313'
Notice: Applied catalog in 0.02 seconds


so all looks good ... but 

puppet cert list

show me nothing

How do I regenerate the CA .. signing cert used by puppet
How do I register the agent on the same box as puppet server

What am I supposed to do with puppetDB

Internet access do all the puppet agents need internet access or just the 
puppet server, how do I configure it to use a proxy server 

Any links to a simple guide to setup a linux vm client pc ... cover things 
like
* usernames and UID . GUID
* packages installed
* configuring ETH and sudoers << are these done by manipulating the config 
files ?


Thanks
A

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/1fdef323-95d9-4c6f-af58-462bb1653fa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to