Last active
August 29, 2015 14:05
-
-
Save ghoneycutt/4fcc0c4a3edf9bd3b570 to your computer and use it in GitHub Desktop.
hiera config for puppet master and dashboard
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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