2012-09-18 00:26:32 +02:00
|
|
|
# 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).
|
2012-06-15 00:04:42 +02:00
|
|
|
|
2012-09-18 00:26:32 +02:00
|
|
|
# Configure puppetdb and its postgres database:
|
|
|
|
include puppetdb
|
2012-06-15 00:04:42 +02:00
|
|
|
|
2012-09-18 00:26:32 +02:00
|
|
|
# Configure the puppet master to use puppetdb.
|
|
|
|
include puppetdb::master::config
|