IIRC there are issues with Puppet and Ruby 1.9.2 specifically with ssl. You could be running into something like this, http://groups.google.com/group/puppet-users/browse_thread/thread/fa49f1b9b36ceac6/72bf694d4e2f3012
However if you're planning to run this instance in production I'd use Ruby 1.8.7. Ramin On Oct 6, 10:44 am, William <[email protected]> wrote: > Correction. I'm not sure what config.ru I changed but it obviously > wasn't the right one. Now I'm getting errors about not being able to > load Facter but I'm pretty sure I can sort it out from here. Thanks > for your help Devon. > > On Oct 6, 10:40 am, William <[email protected]> wrote: > > > > > > > > > Thanks for your suggestion, Devon. I tried uncommenting that line in > > config.ru and restarting httpd, but continue to get the same error. I > > did verify that the libs are in the proper location. > > > [root@server ~]# stat /opt/puppet/lib/puppet.rb > > File: `/opt/puppet/lib/puppet.rb' > > Size: 3773 Blocks: 8 IO Block: 4096 regular > > file > > Device: 805h/2053d Inode: 42600516 Links: 1 > > Access: (0664/-rw-rw-r--) Uid: ( 501/ puppet) Gid: ( 502/ > > puppet) > > Access: 2011-09-21 15:56:12.000000000 -0400 > > Modify: 2011-08-06 15:27:03.000000000 -0400 > > Change: 2011-10-06 10:28:53.000000000 -0400 > > > Any other ideas? > > > On Oct 5, 1:24 pm, devon <[email protected]> wrote: > > > > > - Installed Puppet and Facter from the latest tarballs. > > > > - Installed Ruby 1.9.2 and rack/passenger gems from RVM. > > > > If you installed puppet via tarball, and ruby/rack/passenger via RVM > > > it could be that puppet isn't in the RUBYLIB. You may need to edit > > > the config.ru to specify where puppet is - the config.ru has a > > > commented section with the following, which you may need to uncomment: > > > > # if puppet is not in your RUBYLIB: > > > # $:.unshift('/opt/puppet/lib') -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
