Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread Ohad Levy
On Mon, Jan 14, 2013 at 3:28 PM, GRANIER Bernard (MORPHO) < bernard.gran...@morpho.com> wrote: > I think that a dashboard is a great things, I will look to foreman even > if inventory seems missing in foreman. > > Not sure what you mean by that - we get plenty of inventory in foreman :) Ohad

RE: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread GRANIER Bernard (MORPHO)
ps.com [mailto:puppet-users@googlegroups.com] On Behalf Of Erik Dalén Sent: Monday, January 14, 2013 1:35 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Re: Puppet dashboard not enabling inventory This mail should explain it: https://groups.google.com/d/msg/puppet-announce/j44Eb

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread Erik Dalén
..@morpho.com > > 01 58 11 32 51 > > ** ** > > *From:* puppet-users@googlegroups.com [mailto: > puppet-users@googlegroups.com] *On Behalf Of *Luke > *Sent:* Friday, January 11, 2013 8:55 PM > *To:* puppet-users@googlegroups.com > *Subject:* Re: [Puppet Users] Re: P

RE: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-14 Thread GRANIER Bernard (MORPHO)
32 51 From: puppet-users@googlegroups.com [mailto:puppet-users@googlegroups.com] On Behalf Of Luke Sent: Friday, January 11, 2013 8:55 PM To: puppet-users@googlegroups.com Subject: Re: [Puppet Users] Re: Puppet dashboard not enabling inventory Ah figured out the problem. Not sure why this caused the

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
Ah figured out the problem. Not sure why this caused the issue but I had copied my http conf stuff out of a template and forgot to update the ServerName with the correct name after correcting this and restarting httpd and the dashboard it corrected the issue. Thanks for the help guys! On Frida

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Stefan Heijmans
And if you create new settings.yml from settings.yml.example. Seems like like settings_reader.rb falls back to setings.yml.example if parameters are not correct in settings.yml. http://projects.puppetlabs.com/issues/14371 Or enable inventory in settings.yml.example? -- You received this message

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
Should point out that SELinux, firewall etc is all turned off. On Friday, January 11, 2013 1:02:41 PM UTC-4, Luke wrote: > > Centos 6.3 > > On Friday, January 11, 2013 12:08:47 PM UTC-4, Stefan Heijmans wrote: >> >> on what OS are you, read that for instance debian uses a different >> location fo

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
Centos 6.3 On Friday, January 11, 2013 12:08:47 PM UTC-4, Stefan Heijmans wrote: > > on what OS are you, read that for instance debian uses a different > location for config files -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this di

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Stefan Heijmans
on what OS are you, read that for instance debian uses a different location for config files -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/RRZ1lRxtVuIJ.

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Luke
I think I found the problem: ** SettingsReader - Loading settings from file config/settings.yml. Using default values for unspecified settings "ca_certificate_path", "ca_crl_path", "ca_port", "ca_server", "certificate_path", "classes_per_page", "cn_name", "custom_logo_alt_text", "custom_logo_h

Re: [Puppet Users] Re: Puppet dashboard not enabling inventory

2013-01-11 Thread Erik Dalén
As Stefan said you need to point it to your puppet master not your puppetdb server. On Jan 11, 2013 3:44 PM, "Luke" wrote: > Thank you for your reply. > > I am confused as to why it is not working then. I have this set exactly > like this in my settings: > > enable_inventory_service: true > > > I