Created
September 13, 2018 17:01
-
-
Save jglenn9k/5fc0ac5148e227becad4ba19b35e58d9 to your computer and use it in GitHub Desktop.
Setup a puppet server host. This adds puppetdb and puppetboard.
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
package {'puppetserver': | |
ensure => 'installed', | |
} | |
class { 'puppetboard': | |
manage_git => false, | |
manage_virtualenv => true, | |
} | |
class { 'puppetdb': } | |
class { 'puppetdb::master::config': } | |
class { 'apache': } | |
class { 'apache::mod::wsgi': } | |
class { 'puppetboard::apache::conf': } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Install puppet client.