Skip to content

Commit

Permalink
Merge pull request #32 from gaima8/indent
Browse files Browse the repository at this point in the history
Jinja v2.10 renamed indentfirst to indent
  • Loading branch information
j91321 authored Oct 18, 2022
2 parents ffd7e61 + af5ec48 commit 434db56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/auditbeat-windows.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ output.redis:

{% if auditbeat_processors is defined %}
processors:
{{ auditbeat_processors | indent( width=2, indentfirst=True) }}
{{ auditbeat_processors | indent( width=2 ) }}
{% endif %}

#============================== X-Pack Monitoring ===============================
Expand Down
2 changes: 1 addition & 1 deletion templates/auditbeat.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ output.redis:

{% if auditbeat_processors is defined %}
processors:
{{ auditbeat_processors | indent( width=2, indentfirst=True) }}
{{ auditbeat_processors | indent( width=2 ) }}
{% endif %}

#============================== X-Pack Monitoring ===============================
Expand Down

0 comments on commit 434db56

Please sign in to comment.