I am having all the problems that the following two threads reported.
Like tomholl reported, I was finally able to get reporting to work by copying
the puppet_dashboard.rb file into the directory site_ruby/1.8/puppet/reports
And when I had previously attempted to specify libdir to be a colon se
I'm already running with pluginsync=true, so I just stuck
puppet_dashboard.rb into one of my modules:
> find . -name puppet_dashboard.rb -print
./modules/puppet/lib/puppet/reports/puppet_dashboard.rb
And pluginsync does its magic. I don't touch libpath or anything like
that. I'm not 100% clear
I am seeing similar issues. In my puppet.conf I set
reports = store, puppet_dashboard
and libpath = /var/puppet/lib:$RAILS_ROOT/lib/puppet
(RAILS_ROOT being /opt/puppet-dashboard where I installed puppet dashboard)
Using a combined path like this does not seem to work for libpath. It views
the e
Hey,
I'm exploring puppet-dashboard right now and I want to get the live
aggregation running.
But somehow I'm already failing at the puppet.conf entries ;)
The Dashboard readme says:
### Live report aggregation
To enable report aggregation in Puppet Dashboard, the file `lib/puppet/
puppet_dashboa