Skip to content

Commit

Permalink
Merge pull request #102 from retr0h/pre-commit-fixup
Browse files Browse the repository at this point in the history
Pre-commit fixups
  • Loading branch information
evrardjp committed Jul 15, 2019
2 parents 1842433 + 3659644 commit b9013a7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion LICENSE
Expand Up @@ -199,4 +199,3 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

4 changes: 2 additions & 2 deletions defaults/main.yml
Expand Up @@ -62,8 +62,8 @@ keepalived_bind_on_non_local: False
keepalived_daemon_options_file_path: "{{ _keepalived_daemon_options_file_path }}"

# Overriding keepalived daemon extra arguments, which will be applied inside of
# the keepalived_daemon_options_file_path variable.
# the keepalived_daemon_options_file_path variable.
# Example:
#keepalived_daemon_default_options_overrides:
#keepalived_daemon_default_options_overrides:
# - "DAEMON_ARGS='--snmp'"
keepalived_daemon_default_options_overrides: []
2 changes: 1 addition & 1 deletion templates/keepalived.conf.j2
Expand Up @@ -175,7 +175,7 @@ virtual_server {{ vserver.ip }} {{ vserver.port }} {
SSL_GET {
url {
path {{ sslcheck.url_path }}
digest {{ sslcheck.url_digest }}
digest {{ sslcheck.url_digest }}
}
connect_timeout {{ sslcheck.connect_timeout | default('3') }}
nb_get_retry {{ sslcheck.nb_get_retry | default('3') }}
Expand Down
1 change: 0 additions & 1 deletion tests/keepalived_haproxy_master_example.yml
Expand Up @@ -135,4 +135,3 @@ keepalived_instances:
# connect_timeout: 3
# nb_get_retry: 3
# delay_before_retry: 2

0 comments on commit b9013a7

Please sign in to comment.