Skip to content

Commit

Permalink
Avoid calling aws callback on restart
Browse files Browse the repository at this point in the history
* Avoid calling restart callbacks altogether.
  • Loading branch information
alexeyklyukin committed Jun 20, 2017
1 parent be3aa6d commit 976a682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion postgres-appliance/configure_spilo.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def deep_update(a, b):
callbacks:
on_start: {{CALLBACK_SCRIPT}}
on_stop: {{CALLBACK_SCRIPT}}
on_restart: {{CALLBACK_SCRIPT}}
on_role_change: {{CALLBACK_SCRIPT}}
{{/CALLBACK_SCRIPT}}
{{#USE_WALE}}
Expand Down

0 comments on commit 976a682

Please sign in to comment.