Skip to content

Instantly share code, notes, and snippets.

@ghoneycutt
Last active August 29, 2015 14:05
Show Gist options
  • Save ghoneycutt/4fcc0c4a3edf9bd3b570 to your computer and use it in GitHub Desktop.
Save ghoneycutt/4fcc0c4a3edf9bd3b570 to your computer and use it in GitHub Desktop.
hiera config for puppet master and dashboard
---
classes:
- puppet::master
- puppet::dashboard::server
passenger::params::passenger_version: '3.0.21'
# This should only be true for puppet masters. At a less specific point in the
# hierarchy set this value to 'false' for every other type of system.
puppet::agent::is_puppet_master: 'true'
# insert your fqdn for the dashboard here
puppet::dashboard::dashboard_fqdn: puppet.learnpuppet.net
puppet::dashboard::server::security: htpasswd
# password is 'puppet'. You can generate these with `htpasswd -n -m username`
puppet::dashboard::server::htpasswd:
puppet:
cryptpasswd: $apr1$vM3TF0in$ANTPmtPKvvXgaqt0CRzq9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment