On 5/13/15 9:16 AM, Gabriele Angeli wrote:
> Hi guys,
>
> I tried to install puppet dashboard on Centos 7.
>
> I installed the right repository for Centos 7 (puppetlabs.repo) but
> when I launch the command "yum install puppet-dashboard" the result is
> the following:
>
>
> *No package puppet-dashboard available.*
> *Error: Nothing to do*
>
puppet-dashboard only works on systems that have Ruby 1.8.7. Centos
shops 2.0. You can use the src files, RVM, Passenger4, gem install into
RVM ruby 1.8, etc etc which will work, but requires you to know how all
those technologies fit together. If you're dead set on using the
dashboard that has been EOL'ed since 2012, you can use the community
updated edition which should work with 2.0.
https://github.com/sodabrew/puppet-dashboard/
Other dashboard you might consider are
http://theforeman.org/ and
https://github.com/puppet-community/puppetboard
Ramin