From 953472a2fa9af9ba0e12f437d46c0f7a356f7a47 Mon Sep 17 00:00:00 2001 From: Gary Larizza Date: Fri, 17 Jun 2011 17:56:41 -0700 Subject: [PATCH] Puppet-Dashboard Default File This file is necessary in Debian, but not Redhat. Need to add a conditional for this check. --- templates/puppet-dashboard.default.erb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/puppet-dashboard.default.erb diff --git a/templates/puppet-dashboard.default.erb b/templates/puppet-dashboard.default.erb new file mode 100644 index 0000000..dd8ea76 --- /dev/null +++ b/templates/puppet-dashboard.default.erb @@ -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: