Skip to content

Commit

Permalink
Merge pull request #2858 from nickanderson/ENT-11480/3.21.x
Browse files Browse the repository at this point in the history
ENT-11480: Removed hour delay between CFEngine Enterprise PostgreSQL recommendation checks (3.21)
  • Loading branch information
nickanderson authored Mar 27, 2024
2 parents 4df7bcf + 1e6dcc1 commit b5fe05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cfe_internal/recommendations.cf
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ bundle agent postgresql_conf_recommendations
"$(pgsql_conf)"
edit_line => set_line_based("$(this.bundle).conf", "=", "\s*=\s*", ".*", "\s*#\s*"),
classes => results( "bundle", "psql_conf_recommendations" ),
action => warn_only,
action => policy( "warn" ),
if => fileexists( $(pgsql_conf) );

reports:
Expand Down

0 comments on commit b5fe05a

Please sign in to comment.