Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.1' into branches/rudder/8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Dallidet committed Oct 21, 2024
2 parents 45e45ae + 7fe696c commit 16f96da
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ bundle agent system_rudder_apache_networks_configuration {
# Restart apache at the end of the technique if needed
"rudder_server_system_reload_apache" expression => "${allowed_network_prefix}_repaired|${remote_run_prefix}_repaired",
scope => "namespace";
# Restart cf-serverd at the end of the technique if needed
# As allowed networks configuration for cf-serverd are done using string template in the cf file, it is
# quite hard to detect when a change of configuration occurred.
# Whenever apache allowed networks change, the cf-serverd configuration is assumed to have also changed
"rudder_server_system_reload_cf_serverd" expression => "${allowed_network_prefix}_repaired|${remote_run_prefix}_repaired",
scope => "namespace";

methods:
# Allowed networks
Expand Down

0 comments on commit 16f96da

Please sign in to comment.