Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-commit fixups #102

Merged
merged 1 commit into from
Jul 15, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,3 @@ keepalived_instances:
# connect_timeout: 3
# nb_get_retry: 3
# delay_before_retry: 2