8fbda3c4d6
This commit does the following: * Use the new inifile module to manage puppet.conf * More comprehensive management of config files * Validate database connectivity before applying puppetdb config changes * Validate puppetdb connectivity before applying puppet master config changes * Documentation
9 lines
316 B
Puppet
9 lines
316 B
Puppet
# This is an example of how to get puppetdb up and running on the same node
|
|
# where your puppet master is running, using our recommended database server
|
|
# (postgresql).
|
|
|
|
# Configure puppetdb and its postgres database:
|
|
include puppetdb
|
|
|
|
# Configure the puppet master to use puppetdb.
|
|
include puppetdb::master::config
|