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:
parent
101e58991c
commit
6978681ba8
@ -17,7 +17,9 @@ ssl_client_verify_header = SSL_CLIENT_VERIFY
|
|||||||
manifestdir=/opt/config/$environment/manifests
|
manifestdir=/opt/config/$environment/manifests
|
||||||
modulepath=/opt/config/$environment/modules:/etc/puppet/modules
|
modulepath=/opt/config/$environment/modules:/etc/puppet/modules
|
||||||
manifest=$manifestdir/site.pp
|
manifest=$manifestdir/site.pp
|
||||||
reports=store
|
reports=store,puppetdb
|
||||||
|
storeconfigs = true
|
||||||
|
storeconfigs_backend = puppetdb
|
||||||
|
|
||||||
[agent]
|
[agent]
|
||||||
report=true
|
report=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user