Jack Stanley <im.jstan...@gmail.com> writes:

> I'm a newbie trying out puppet for the first time.  I want to install Puppet
> on a master and a client.  The system is a clean VM with Red Hat Enterprise
> Linux Server release 5.5 (Tikanga).  Here is what I did:
>
> # wget http://puppetlabs.com/downloads/puppet/puppet-latest.tgz
> # tar xzf puppet-latest.tgz
> # cd puppet-2.6.2/
> #  ruby install.rb
> # puppetmasterd --mkuser
> /usr/lib/ruby/site_ruby/1.8/puppet/util/settings.rb:731:in
> `initialize': Permission denied - /etc/puppet/ssl/ca/ca_key.pem
> (Errno::EACCES)

I bet that /etc/puppet/ssl/ca or some part of it is owned by root, not the
user puppet, and that is what is causing your problem here.  I can't verify in
more detail right now as my code access is limited, but that looks like the
right root cause of the problem.

You might overall be better using the existing RHEL packages for puppet:
http://projects.puppetlabs.com/projects/puppet/wiki/Puppet_Red_Hat_Centos

They better integrate and support the whole thing, and will make it easier to
get updates in future.

Regards,
        Daniel
-- 
✣ Daniel Pittman            ✉ dan...@rimspace.net            ☎ +61 401 155 707
               ♽ made with 100 percent post-consumer electrons

-- 
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