I have installed puppet on my new OSX 10.7 machine

I have installed Puppet version 2.6.8 from a gem
and facter 1.6.0 installed from a gem
my puppet.conf file is as follows

[main]
vardir = /private/var/puppet
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
pluginsync = true
factpath = $vardir/lib/facter

[puppetd]
classfile = $vardir/classes.txt
localconfig = $vardir/localconfig

I try to run puppetd with the following command.

puppetd --server sv-puppetmaster01 --test

This setup works on my OSX 10.5.6 machines but for some reason it is
giving me the following error.


ws-091:~ root# puppetd --server sv-puppetmaster01 --test
warning: You have configuration parameter $localconfig specified in
[puppetd], which is a deprecated section. I'm assuming you meant
[agent]
warning: You have configuration parameter $classfile specified in
[puppetd], which is a deprecated section. I'm assuming you meant
[agent]
err: Could not create resources for managing Puppet's files and
directories in sections [:main, :agent, :ssl]: undefined method `<<'
for nil:NilClass
err: Could not create resources for managing Puppet's files and
directories in sections [:main, :ssl]: undefined method `<<' for
nil:NilClass
info: Creating a new SSL key for ws-091
err: Could not request certificate: Cannot save ws-091; parent
directory /private/var/puppet/ssl/private_keys does not exist
Exiting; failed to retrieve certificate and waitforcert is disabled

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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