Skip to content

Commit

Permalink
Merge pull request #43 from jardleex/fix_misc_check_warmup
Browse files Browse the repository at this point in the history
set missing value after warmup key
  • Loading branch information
evrardjp authored Apr 11, 2017
2 parents 4f7c8eb + ae7f565 commit 86eeab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/keepalived.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ virtual_server {{ vserver.ip }} {{ vserver.port }} {
misc_path "{{ mcheck.misc_path }}"
misc_timeout {{ mcheck.misc_timeout | default('3') }}
{% if mcheck.warmup is defined and mcheck.warmup %}
warmup
warmup {{ mcheck.warmup }}
{% endif %}
{% if mcheck.misc_dynamic is defined and mcheck.misc_dynamic %}
misc_dynamic
Expand Down

0 comments on commit 86eeab8

Please sign in to comment.