Luv Linux wrote:
> I'm running puppet for the first ime.  I've finished the install but
> I'm stuck at the certificate part.
> The puppet master (0.24.4-3) is running on Ubuntu Lenny and the puppet
> client (0.24.8-4.el5) is running on CentOS 5.3.

Not a good idea to have clients with a later version than the master -
the preferred option is to have same version on master and client and if
that is not feasible higher version on master than client.

> # tell puppet on which client to run the class
> node pclient {
>     include test_class
> }

Your node should be:

node puppetclient.domain.com {
...
}

Try my book as a good starter: http://tinyurl.com/pupbook

Regards

James Turnbull

-- 
Author of:
* Pro Linux System Administration (http://tinyurl.com/linuxadmin)
* Pulling Strings with Puppet (http://tinyurl.com/pupbook)
* Pro Nagios 2.0 (http://tinyurl.com/pronagios)
* Hardening Linux (http://tinyurl.com/hardeninglinux)

--

You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.


Reply via email to