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
r, I'm trying to point it to
either http://host or https://host. Neither way has worked so far.
Again, the reports are coming in, I'm just not able to display them
under foreman.
Thanks,
On Jun 9, 11:14 am, "Jonathan A. Booth" wrote:
For what it is worth, to solve a similar p
For what it is worth, to solve a similar problem with dashboard
(distributing puppet_dashboard.rb for reporting), I just stuck it in
modules/dashboard/lib/puppet_dashboard.rb with puppet.conf:
pluginsync=true. Then puppet distributes it automatically into a lib
directory and things work nice an