Puppet-Dashboard Default File

This file is necessary in Debian, but not Redhat.  Need
to add a conditional for this check.
This commit is contained in:
Gary Larizza 2011-06-17 17:56:41 -07:00
parent 5a15c130f7
commit 953472a2fa

View File

@ -0,0 +1,24 @@
# IMPORTANT: Be sure you have checked the values below, appropriately
# configured 'config/database.yml' in your DASHBOARD_HOME, and
# created and migrated the database.
# Uncomment the line below to start Puppet Dashboard.
START=yes
# Location where puppet-dashboard is installed:
DASHBOARD_HOME=<%= dashboard_root %>
# User which runs the puppet-dashboard program:
DASHBOARD_USER=<%= dashboard_user %>
# Ruby version to run the puppet-dashboard as:
DASHBOARD_RUBY=/usr/bin/ruby
# Rails environment in which puppet-dashboard runs:
DASHBOARD_ENVIRONMENT=<%= dashboard_environment %>
# Network interface which puppet-dashboard web server is running at:
DASHBOARD_IFACE=0.0.0.0
# Port on which puppet-dashboard web server is running at, note that if the
# puppet-dashboard user is not root, it has to be a > 1024: