Skip to content

Commit

Permalink
Typo inside if_down_cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
fidanf authored Oct 12, 2021
1 parent 8d85c79 commit 92d994d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pgpool_wd_ipc_socket_dir: /var/run/watchdog
pgpool_delegate_IP: ''
pgpool_if_cmd_path: '' # Varies with OS. Defined in vars/
pgpool_if_up_cmd: /usr/bin/sudo {{ pgpool_if_cmd_path }}/ip addr add $_IP_$/24 dev eth0 label eth0:0
pgpool_if_down_cmd: /usr/bin/sudo {{ pgpool_if_cmd_path }}/ip del $_IP_$/24 dev eth0
pgpool_if_down_cmd: /usr/bin/sudo {{ pgpool_if_cmd_path }}/ip addr del $_IP_$/24 dev eth0
pgpool_arping_path: '' # Varies with OS. Defined in vars/
pgpool_arping_cmd: /usr/bin/sudo {{ pgpool_arping_path }}/arping -U $_IP_$ -w 1 -I eth0
# Behavior on escalation Setting
Expand Down

0 comments on commit 92d994d

Please sign in to comment.