[Puppet Users] 403 Forbidden with Passenger

2012-05-30 Thread Michael Altfield
Hello Puppet gurus, I'm trying to setup a Puppet environment on CentOS 6. I got it working using WEBrick, but when I finally got Puppet running through Apache using Passenger, my Puppet node gets this "403 Forbidden" response (full output is attached as node.txt): [root@puppetnode-01 ~]# puppe

Re: [Puppet Users] 403 Forbidden with Passenger

2012-05-31 Thread Michael Altfield
AM UTC-4, David Schmitt wrote: > > On 30.05.2012 19:17, Michael Altfield wrote: > > ==> /var/log/httpd/error_log <== > > > > [Wed May 30 12:46:21 2012] [error] [client 10.230.100.155] > > (13)Permission denied: access to /production/cert

[Puppet Users] What permissions should these folders have?

2012-06-08 Thread Michael Altfield
Hi, Is there is an official Puppet stance on what the permissions of these files/directories should be on the Puppet Master? I'm looking for the minimum necessary permissions (ie: the most secure): 1. /etc/puppet/manifests 2. /usr/share/puppet 3. /usr/lib/ruby/gems/1.8/specifications/

[Puppet Users] puppet-dashboard missing CSS/JS references in Apache

2012-06-12 Thread Michael Altfield
Hi, I finally got puppet-dashboard installed and working under Apache (v2.2.15) on my CentOS 6 Puppet Master. It looks fine when running under WEBrick, but when I run it under apache, it looks terrible (read: the HTML source is different for some reason, leaving out some javascript & css refere

Re: [Puppet Users] puppet-dashboard missing CSS/JS references in Apache

2012-06-12 Thread Michael Altfield
Ah, the files were owned by puppet-dashboard:puppet-dashboard 760. I changed them to apache:apache 600, and everything works. Thanks! On Tuesday, June 12, 2012 4:14:11 PM UTC-4, Scott Merrill wrote: > > On Tue, Jun 12, 2012 at 4:02 PM, Michael Altfield > <.@gmail.com> wrote: &g

Re: [Puppet Users] puppet-dashboard missing CSS/JS references in Apache

2012-06-12 Thread Michael Altfield
Also did a: # add user apache to the puppet-dashboard group to resolve https://projects.puppetlabs.com/issues/9676 gpasswd -a apache puppet-dashboard just in case On Tuesday, June 12, 2012 5:02:56 PM UTC-4, Michael Altfield wrote: > > Ah, the files were owned by puppet-dashboard:

[Puppet Users] nodes cannot retrieve catalog after installing puppet-dashbaord

2012-06-14 Thread Michael Altfield
Hi, I just installed & configured puppet-dashboard as per the official documentation , but now my nodes cannot retrieve their catalog: [root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize ... err: Could not retrieve catalog fr

Re: [Puppet Users] Re: Error sending reports to dashboard

2012-06-15 Thread Michael Altfield
Hi, I'm also having this issue running puppet-2.7.16 & puppet-dashboard-1.2.9 on CentOS 6.2. Has there been any solution to this yet besides running redundant vhosts? In either case, can you please post your apache vhost configuration files? On Monday, April 11, 2011 12:55:10 PM UTC-4, Mohamed

[Puppet Users] Re: 403 Forbidden with Passenger

2012-06-18 Thread Michael Altfield
-. 2 puppet puppet 4096 Jun 18 00:09 lib > drwxrwx---. 2 puppet puppet 4096 Jun 18 00:21 reports > drwxrwx---. 2 puppet puppet 4096 Jun 18 00:21 rrd > drwxrwx---. 2 puppet puppet 4096 Jun 18 00:21 server_data > drwxrwx---. 8 puppet puppet 4096 Jun 18 00:09 ssl > drwxrwx---. 2 puppet pupp

[Puppet Users] Inventory Service on RHEL - uninitalized constant ActiveRecord

2012-06-18 Thread Michael Altfield
Hi, Has anyone had success getting the Inventory Service running in RHEL 6? My Puppet Nodes are getting the following error: > [root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize > ... > err: Could not retrieve catalog from remote server: Error 400 on SERVER: > Could not autoload i

[Puppet Users] Re: Inventory Service on RHEL - uninitalized constant ActiveRecord

2012-06-25 Thread Michael Altfield
UTC-4, Michael Altfield wrote: > > Hi, > > Has anyone had success getting the Inventory Service running in RHEL 6? > > My Puppet Nodes are getting the following error: > >> [root@puppetnode-01 ~]# puppetd --debug --verbose --no-daemonize >> ... >> err: Could not re

[Puppet Users] Value assigned to config.time_zone not recognized

2012-06-25 Thread Michael Altfield
ime zone names. I'm not seeing any tell-tell logs from /var/log/httpd/* or /var/log/messages. Any ideas on where the root of this problem is? Thanks, Michael Altfield -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this

[Puppet Users] Re: What permissions should these folders have?

2012-06-26 Thread Michael Altfield
Thanks John, Do you have any recommendations on /var/lib/puppet? Cheers, Michael On Monday, June 11, 2012 9:20:05 AM UTC-4, jcbollinger wrote: > > > > On Jun 8, 7:43 pm, Michael Altfield > wrote: > > Hi, > > > > Is there is an official Puppet stance

[Puppet Users] puppet-dashboard install not generating 'dashboard' cert

2012-12-17 Thread Michael Altfield
Hello, I'm trying to get puppet-dashboard installed on a CentOS 6.3 machine running puppet v3.0.1. I'm following the puppet-dashboard documentation here: http://docs.puppetlabs.com/dashboard/manual/1.2/configuring.html In the documentation page linked above, it says: Puppet uses SSL certifica