(PDB-2660) Restart Puppet master after enabling reporting
This commit is contained in:
parent
6be627da3a
commit
8a92361a7e
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ class puppetdb::master::config (
|
|||
if ($manage_routes) {
|
||||
Class['puppetdb::master::routes'] ~> Service[$puppet_service_name]
|
||||
}
|
||||
|
||||
if ($manage_report_processor) {
|
||||
Class['puppetdb::master::report_processor'] ~> Service[$puppet_service_name]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue