Skip to content

Commit

Permalink
Fixes #15994: Missing reports on system techniques in 6.0 for postgre…
Browse files Browse the repository at this point in the history
…sql component check
  • Loading branch information
Fdall committed Oct 18, 2019
1 parent 0d43dcf commit 722d722
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions techniques/system/server-roles/1.0/component-check.cf
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ bundle agent root_component_check
"Relayd service configuration", "None", "Checking relayd configuration is unnecessary on this machine, skipping."
);

role_rudder_reports::
"any" usebundle => rudder_generic_service("postgresql", "${postgresql_service_name}");
!role_rudder_reports::
"any" usebundle => rudder_common_report("${technique_name}", "result_na", "${server_roles_common.directiveId}",
"Check PostgreSQL configuration", "None", "Checking PostgreSQL configuration is unnecessary on this machine, skipping."
);
"any" usebundle => rudder_generic_service_na("postgresql");


Expand Down

0 comments on commit 722d722

Please sign in to comment.