Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (37 loc) · 1.46 KB

README.markdown

File metadata and controls

49 lines (37 loc) · 1.46 KB

Puppet Dashboard

Puppet Dashboard is a web interface for Puppet. It can view and analyze Puppet reports, assign Puppet classes and parameters to nodes, and view inventory data and backed-up file contents.

For full documentation, see the Puppet Dashboard 1.2 Manual.

Dependencies

  • Ruby 1.8.7
  • RubyGems
  • Rake >= 0.8.3
  • MySQL server 5.x
  • Ruby-MySQL bindings 2.7.x or 2.8.x

Fast Install

  • Check out the code.
  • Edit your config/settings.yml and config/database.yml files.
  • Create a MySQL database and user, and set max_allowed_packet to 32M.
  • rake db:migrate
  • Start the Dashboard web server.
  • Set up Puppet to be Dashboard-aware.
  • Start the delayed job worker processes.

For detailed installation, setup, and usage instructions, see the Puppet Dashboard 1.2 Manual.

Icons

Puppet Dashboard uses Mark James' fine Silk icons.

Thanks, Mark!

Contributors