Store puppetmaster reports in puppetdb

The puppet.conf file config for the master needs to actually be
configured to send the reports to the puppetdb.

Change-Id: I1116ee16acdf4217cecc59bcd264401b2b2b4709
This commit is contained in:
Monty Taylor 2014-03-23 06:49:23 -07:00
parent 101e58991c
commit 6978681ba8

View File

@ -17,7 +17,9 @@ ssl_client_verify_header = SSL_CLIENT_VERIFY
manifestdir=/opt/config/$environment/manifests
modulepath=/opt/config/$environment/modules:/etc/puppet/modules
manifest=$manifestdir/site.pp
reports=store
reports=store,puppetdb
storeconfigs = true
storeconfigs_backend = puppetdb
[agent]
report=true