Turn off puppet reports

We have puppet configured to write reports when it runs. We used to
collect these and inject them into puppetdb. Since we don't do this
anymore, they're just a giant pile of files we never see.

Enable managing the puppet.conf file from ansible and then also turn off
the reports.

Change-Id: I55bef052bddc9b9ff5de76a4f0b2ec07f93f158c
This commit is contained in:
Monty Taylor
2018-01-24 09:33:57 -06:00
parent 57d7783470
commit 082c5174b1
6 changed files with 22 additions and 7 deletions

View File

@@ -3,3 +3,5 @@
gather_facts: true
roles:
- role: puppet
manage_config: True
puppet_reports: none