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

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: > > I finally got p

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

2012-06-12 Thread Scott Merrill
On Tue, Jun 12, 2012 at 4:02 PM, Michael Altfield wrote: > 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

[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