*My settings.yml file looks like this, if it helps.* cn_name: 'dashboard'
ca_crl_path: 'certs/dashboard.ca_crl.pem' ca_certificate_path: 'certs/dashboard.ca_cert.pem' certificate_path: 'certs/dashboard.cert.pem' private_key_path: 'certs/dashboard.private_key.pem' public_key_path: 'certs/dashboard.public_key.pem' # Hostname of the certificate authority. ca_server: 'pmaster3.orchard.fruit.com' # Port for the certificate authority. ca_port: 3000 # Key length for SSL certificates key_length: 1024 enable_inventory_service: false # Hostname of the inventory server. inventory_server: 'puppet' # Port for the inventory server. inventory_port: 8140 # Set this to true to allow Dashboard to display diffs on files that # are archived in the file bucket. use_file_bucket_diffs: false # Hostname of the file bucket server. file_bucket_server: 'puppet' # Port for the file bucket server. file_bucket_port: 8140 # Amount of time in seconds since last report before a node is considered no longer reporting no_longer_reporting_cutoff: 3600 # How many days of history to display on the "Daily Run Status" graph daily_run_history_length: 30 use_external_node_classification: true datetime_format: '%Y-%m-%d %H:%M %Z' date_format: '%A, %B %e, %Y' # Set this to the URL of an image. The image will be scaled to the specified dimensions. custom_logo_url: '/images/dashboard_logo.png' custom_logo_width: 155px custom_logo_height: 23px custom_logo_alt_text: 'Puppet Dashboard' # We will be deprecating using "http://dashboard_servername/reports" as the puppet master's reporturl. # Set this to 'true' once you have changed all your puppet masters to send reports to # "http://dashboard_servername/reports/upload" disable_legacy_report_upload_url: false # Disables the UI and controller actions for editing nodes, classes, groups and reports. Report submission is still allowed enable_read_only_mode: false # Default number of items of each kind to display per page nodes_per_page: 20 classes_per_page: 50 groups_per_page: 50 reports_per_page: 20 # Use this to set the time zone to something other than the default. time_zone: 'Central Time (US & Canada)' -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/2f6d325e-6a77-437f-8a83-a557e132b81d%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.