feat: add features to puppet.conf

- reports, for sending reports to puppetdb
- usecacheonfailure, to show faulures in puppetboard (when set to false)
This commit is contained in:
2023-10-23 22:34:53 +11:00
parent ef0d865845
commit 0171a82d58
3 changed files with 8 additions and 0 deletions
@@ -19,3 +19,5 @@ default_manifest = <%= $default_manifest %>
default_environment = <%= $default_environment %>
storeconfigs = <%= $storeconfigs %>
storeconfigs_backend = <%= $storeconfigs_backend %>
reports = <%= $reports %>
usecacheonfailure = <%= $usecacheonfailure %>