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:
@@ -29,6 +29,8 @@ class profiles::puppet::server (
|
||||
String $default_environment,
|
||||
Boolean $storeconfigs,
|
||||
String $storeconfigs_backend,
|
||||
String $reports,
|
||||
Boolean $usecacheonfailure,
|
||||
) {
|
||||
|
||||
file { '/etc/puppetlabs/puppet/puppet.conf':
|
||||
@@ -51,6 +53,8 @@ class profiles::puppet::server (
|
||||
'default_environment' => $default_environment,
|
||||
'storeconfigs' => $storeconfigs,
|
||||
'storeconfigs_backend' => $storeconfigs_backend,
|
||||
'reports' => $reports,
|
||||
'usecacheonfailure' => $usecacheonfailure,
|
||||
}),
|
||||
notify => Service['puppetserver'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user